Variable: targetStatusSchema
ts
const targetStatusSchema: ZodObject<{
statuses: ZodRecord<ZodString, ZodAny>;
}, $loose>;Defined in: src/cloud/models/targetStatus.ts:5
Status mapping for statuses in source workflow to respective target status in target workflow.