/** * The type of the input for the workflow activity */ export type TInput = any; /** * The type of the output for the workflow and workflow activity */ export type TOutput = any;