1.0.7 • Published 7 months ago

appwrite-functions-defintions v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

Appwrite-functions-defintions

Type definitions for Appwrite function in typescript

Usage

import { Client } from 'node-appwrite';
import { AppwriteRuntimeContext } from 'appwrite-functions-defintions';

export default async ({ req, res, log, error }: AppwriteRuntimeContext) => {
    ...
}
1.0.7

7 months ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago