Variable: StatusMappingSchema
ts
const StatusMappingSchema: ZodObject<{
issueTypeId: ZodString;
newStatusId: ZodString;
statusId: ZodString;
}, $loose>;Defined in: src/cloud/models/statusMapping.ts:5
Details about the mapping from a status to a new status for an issue type.