Variable: OrderOfIssueTypesSchema
ts
const OrderOfIssueTypesSchema: ZodObject<{
after: ZodOptional<ZodString>;
issueTypeIds: ZodArray<ZodString>;
position: ZodOptional<ZodCustom<string & object | "First" | "Last", string & object | "First" | "Last">>;
}, $loose>;Defined in: src/cloud/models/orderOfIssueTypes.ts:5
An ordered list of issue type IDs and information about where to move them.