Variable: WorkflowLayoutSchema
ts
const WorkflowLayoutSchema: ZodObject<{
x: ZodOptional<ZodNumber>;
y: ZodOptional<ZodNumber>;
}, $loose>;Defined in: src/cloud/models/workflowLayout.ts:5
The starting point for the statuses in the workflow.