Skip to content

Missing Typing: BaseQuery #189

Open
Open
@bramski

Description

@bramski

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions