๐ Bug Report: Query class type definition missing
vladmit3 opened this issue ยท 1 comments
vladmit3 commented
๐ Reproduction steps
import sdk from "node-appwrite"; const Query = sdk.Query;
๐ Expected behavior
Query class gets imported and can be used in database requests.
๐ Actual Behavior
Error: Property 'Query' does not exist on type 'typeof import("node-appwrite")'.
๐ฒ Appwrite version
Different version (specify in environment)
๐ป Operating system
Linux
๐งฑ Your Environment
Appwrite 0.12
๐ 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
stnguyen90 commented
@vladmit3 is this still a problem or can it be closed?