appwrite/sdk-generator

๐Ÿ› Bug Report: Query class type definition missing

vladmit3 opened this issue ยท 1 comments

๐Ÿ‘Ÿ 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?

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