jira.js
    Preparing search index...

    Variable MoveScreenTabFieldSchemaConst

    MoveScreenTabFieldSchema: ZodObject<
        {
            after: ZodOptional<ZodURL>;
            id: ZodString;
            position: ZodOptional<
                ZodCustom<
                    string & {}
                    | "Earlier"
                    | "Later"
                    | "First"
                    | "Last",
                    string & {} | "Earlier" | "Later" | "First" | "Last",
                >,
            >;
            screenId: ZodNumber;
            tabId: ZodNumber;
        },
        $strip,
    > = ...