Variable: ProjectAndIssueTypePairSchema
ts
const ProjectAndIssueTypePairSchema: ZodObject<{
issueTypeId: ZodString;
projectId: ZodString;
}, $loose>;Defined in: src/cloud/models/projectAndIssueTypePair.ts:5
A project and issueType ID pair that identifies a status mapping.