Is there a Workflow Codegen to create workflows .ts types?
Is anyone using code generation for TypeScript types to share payload types and workflow names across repositories?
For example, I define my workflows in one repository and would like to trigger a workflow in another repository. I want the second repository to be strictly typed so I can properly reference the workflow data types.
For example, I define my workflows in one repository and would like to trigger a workflow in another repository. I want the second repository to be strictly typed so I can properly reference the workflow data types.