Skip to content

Variable: IssueTypeScreenSchemeSchema

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

Defined in: src/cloud/models/issueTypeScreenScheme.ts:5

Details of an issue type screen scheme.