RicoR
Windmill3y ago
1 reply
Rico

Using a function's output typescript types in the next step of the flow

I have a function whose output is properly typed but when I use that output as the next function's input, I am redefining the types. What is the recommended way for functions in a flow to share types?
Was this page helpful?