Skip to content

Variable: IssueTypeScreenSchemesProjectsSchema

ts
const IssueTypeScreenSchemesProjectsSchema: ZodObject<{
  issueTypeScreenScheme: ZodOptional<ZodObject<{
     description: ZodOptional<ZodString>;
     id: ZodString;
     name: ZodString;
     projects: ZodOptional<ZodRecord<ZodString, ZodAny>>;
  }, $loose>>;
  projectIds: ZodArray<ZodString>;
}, $loose>;

Defined in: src/cloud/models/issueTypeScreenSchemesProjects.ts:6

Issue type screen scheme with a list of the projects that use it.