-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
TypeScript types such as Rate, Label, and a LOT more aren't exported in this library. This means you can't reference them in your functions.
A use case for this is I was trying to build a function that takes in an array of Rates, and returns the best one depending on business criteria. But because the Rate type wasn't exported, I had to set my parameter type to any. Which is not a good solution at all.
Please export these types so users can reference them in other functions as parameters and return types.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels