-
Couldn't load subscription status.
- Fork 189
Open
Description
🔖 Feature description
As a developer, I'd like to be able to have my IDE suggest/autocomplete attribute and check the type of value when creating a Query.
🎤 Pitch
Using the web SDK and TypeScript as an example, it would be cool to be able to do:
type Todo = Models.Document & {
content: string;
isComplete: boolean;
}
Query.equal<Todo>("and then have my IDE suggest:
Then, if I pass a string into the value, it would show an error/warning because it should be a boolean.
👀 Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct
sproutz, fliitor, byawitz, Suven-p, dokgu and 77 moreashishsurya, Larkify, Horsty80, Rei-x, DanielRiveraHQ and 7 moregtrabanco, zawoj, esaramago, pixlguru, desca595 and 4 more
Metadata
Metadata
Assignees
Labels
No labels


