jira.js
    Preparing search index...

    Variable GetImportScheduleLinksSchemaConst

    GetImportScheduleLinksSchema: ZodObject<
        {
            links: ZodOptional<
                ZodObject<
                    { createSchedule: ZodString; schedule: ZodOptional<ZodString> },
                    $loose,
                >,
            >;
            result: ZodOptional<ZodString>;
        },
        $loose,
    > = ...