jira.js
    Preparing search index...

    Variable SortFieldSchemaConst

    SortFieldSchema: ZodObject<
        {
            field: ZodOptional<ZodString>;
            order: ZodOptional<
                ZodCustom<"desc" | string & {} | "asc", "desc" | string & {} | "asc">,
            >;
        },
        $loose,
    > = ...