Open
Description
Most of the methods in the SDK return a BaseQuery. This type is not exported by the codebase so I'm forced to cast everything to a Query when it's returned since I can't use this type outside the codebase. This SDK should do one of two things:
- Return a Query instead of a BaseQuery where applicable. This is the best solution as it's a type you export.
- Export BaseQuery so that consumers of your SDK can type appropriately
Metadata
Metadata
Assignees
Labels
No labels