jira.js
    Preparing search index...

    Variable ScreenTypesSchemaConst

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

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