WorkflowData

WorkflowData: T extends infer Item[] ? (Item | WorkflowData<Item>)[] : T extends object ? { [Key in keyof T]: T[Key] | WorkflowData<T[Key]> } : T & WorkflowDataProperties<T> & T & WorkflowDataProperties<T> & object

This type is used to encapsulate the input or output type of all utils.

Type Parameters#

TobjectOptional
The type of a step's input or result.
Was this page helpful?
Edit this page
Ask Anything
FAQ
What is Medusa?
How can I create a module?
How can I create a data model?
How do I create a workflow?
How can I extend a data model in the Product Module?
Recipes
How do I build a marketplace with Medusa?
How do I build digital products with Medusa?
How do I build subscription-based purchases with Medusa?
What other recipes are available in the Medusa documentation?
Chat is cleared on refresh
Line break