UNPKG

appwrite-server-wrapper

Version:

Wrapper library to handle Appwrite methods including server handling using SSR with NextJS v15 (useActionState, useAction,...)

3 lines 194 B
import { CollectionSchema } from "./types"; export declare const createTypeFile: (schema: CollectionSchema, schemaFilePath: string) => Promise<void>; //# sourceMappingURL=createTypeFile.d.ts.map