Jira.js - Jira Cloud API library
    Preparing search index...

    Variable ProjectIssueTypesSchemaConst

    ProjectIssueTypesSchema: ZodObject<
        {
            issueTypes: ZodOptional<ZodArray<ZodString>>;
            project: ZodOptional<ZodObject<{ id: ZodString }, $strict>>;
        },
        $strip,
    > = ...

    Use the optional workflows.usages expand instead to get information about the projects and issue types associated with the requested workflows.