jira.js
    Preparing search index...

    Variable IssueTypeScreenSchemeSchemaConst

    IssueTypeScreenSchemeSchema: ZodObject<
        {
            description: ZodOptional<ZodString>;
            id: ZodString;
            name: ZodString;
            projects: ZodOptional<ZodRecord<ZodString, ZodAny>>;
        },
        $loose,
    > = ...

    Details of an issue type screen scheme.