UnwrapWorkflowInputDataType
UnwrapWorkflowInputDataType: T extends ReturnWorkflow<infer TData, infer R, infer THooks> ? TData : never
Extract the raw type of the expected input data of a workflow.
Example
Type Parameters
Was this section helpful?