Skip to content

Instantly share code, notes, and snippets.

View ItzNotABug's full-sized avatar
:electron:
https://itznotabug.dev

Darshan ItzNotABug

:electron:
https://itznotabug.dev
View GitHub Profile
@ItzNotABug
ItzNotABug / types.d.ts
Created September 13, 2024 06:40
Type Defs for Appwrite Functions [Node.js]. Compatible with `1.5.x` & `1.6.x`.
/**
* Type definitions for Appwrite Functions.
*
* **Compatible with Appwrite `1.5.x` & `1.6.x`.**
*
* Provides typed interfaces for the request handling context in Appwrite cloud functions.
*/
/**