jira.js
    Preparing search index...

    Variable ImportScheduleRequestSchemaConst

    ImportScheduleRequestSchema: ZodObject<
        {
            callbackUrl: ZodOptional<ZodNullable<ZodURL>>;
            runInterval: ZodCustom<
                string & {}
                | "ONCE"
                | "DAILY"
                | "WEEKLY"
                | "MONTHLY",
                string & {} | "ONCE" | "DAILY" | "WEEKLY" | "MONTHLY",
            >;
            startTime: ZodCoercedDate<unknown>;
        },
        $loose,
    > = ...