1.0.7 • Published 1 year ago

appwrite-functions-defintions v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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

1 year ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago