Variable: StatusesPerWorkflowSchema
ts
const StatusesPerWorkflowSchema: ZodObject<{
initialStatusId: ZodOptional<ZodString>;
statuses: ZodOptional<ZodArray<ZodString>>;
workflowId: ZodOptional<ZodString>;
}, $loose>;Defined in: src/cloud/models/statusesPerWorkflow.ts:5
The statuses associated with each workflow.