Skip to content

Variable: WorkflowPreviewLayoutSchema

ts
const WorkflowPreviewLayoutSchema: ZodObject<{
  x: ZodOptional<ZodNumber>;
  y: ZodOptional<ZodNumber>;
}, $loose>;

Defined in: src/cloud/models/workflowPreviewLayout.ts:5

Layout coordinates for workflow elements.