Variable: WorkflowStatusLayoutSchema
ts
const WorkflowStatusLayoutSchema: ZodObject<{
x: ZodOptional<ZodNullable<ZodNumber>>;
y: ZodOptional<ZodNullable<ZodNumber>>;
}, $loose>;Defined in: src/cloud/models/workflowStatusLayout.ts:5
The x and y location of the status in the workflow.