sdk-generator icon indicating copy to clipboard operation
sdk-generator copied to clipboard

🐛 Bug Report: Query class type definition missing

Open vladmit3 opened this issue 3 years ago • 1 comments
trafficstars

👟 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?

  • [X] I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

vladmit3 avatar Jan 27 '22 13:01 vladmit3

@vladmit3 is this still a problem or can it be closed?

stnguyen90 avatar Aug 02 '22 16:08 stnguyen90