Skip to content

Variable: WorkflowDefinitionSchemaTyped

Makaio Framework


Makaio Framework / contracts / WorkflowDefinitionSchemaTyped

const WorkflowDefinitionSchemaTyped: ZodType<WorkflowDefinition, WorkflowDefinition, $ZodTypeInternals<WorkflowDefinition, WorkflowDefinition>>

Defined in: ../../../packages/contracts/src/workflow/schemas.ts:392

Schema typed as z.ZodType<WorkflowDefinition, WorkflowDefinition> for bus namespace registration. Required because z.lazy erases the Input type parameter that InferSchemaPayload needs.