jira.js
    Preparing search index...

    Variable UpdateScreenTypesSchemaConst

    UpdateScreenTypesSchema: ZodObject<
        {
            create: ZodOptional<ZodString>;
            default: ZodOptional<ZodString>;
            edit: ZodOptional<ZodString>;
            view: ZodOptional<ZodString>;
        },
        $loose,
    > = ...

    The IDs of the screens for the screen types of the screen scheme.