Variable: PageIssueTypeScreenSchemeItemSchema
ts
const PageIssueTypeScreenSchemeItemSchema: ZodObject<{
isLast: ZodOptional<ZodBoolean>;
maxResults: ZodOptional<ZodNumber>;
nextPage: ZodOptional<ZodURL>;
self: ZodOptional<ZodURL>;
startAt: ZodOptional<ZodNumber>;
total: ZodOptional<ZodNumber>;
values: ZodOptional<ZodArray<ZodObject<{
issueTypeId: ZodString;
issueTypeScreenSchemeId: ZodString;
screenSchemeId: ZodString;
}, $loose>>>;
}, $loose>;Defined in: src/cloud/models/pageIssueTypeScreenSchemeItem.ts:6
A page of items.