Variable: WorkflowDefinitionSchemaTyped
Makaio Framework / contracts / WorkflowDefinitionSchemaTyped
Variable: WorkflowDefinitionSchemaTyped
Section titled “Variable: WorkflowDefinitionSchemaTyped”
constWorkflowDefinitionSchemaTyped: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.