Variable: targetClassificationSchema
ts
const targetClassificationSchema: ZodObject<{
classifications: ZodRecord<ZodString, ZodAny>;
issueType: ZodOptional<ZodString>;
projectKeyOrId: ZodOptional<ZodString>;
}, $loose>;Defined in: src/cloud/models/targetClassification.ts:5
Classification mapping for classifications in source issues to respective target classification.