jira.js
    Preparing search index...

    Variable AddCustomersSchemaConst

    AddCustomersSchema: ZodObject<
        {
            accountIds: ZodOptional<ZodArray<ZodString>>;
            serviceDeskId: ZodString;
            usernames: ZodOptional<ZodArray<ZodString>>;
        },
        $strip,
    > = ...