Variable: WorkflowStatusSchema
ts
const WorkflowStatusSchema: ZodObject<{
id: ZodString;
name: ZodString;
properties: ZodOptional<ZodRecord<ZodString, ZodAny>>;
}, $loose>;Defined in: src/cloud/models/workflowStatus.ts:5
Details of a workflow status.