UNPKG

appwrite-server-wrapper

Version:

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

4 lines 277 B
import { Attribute } from "./types"; import { ReturnObject } from "src"; export declare const createAttribute: (databaseId: string, collectionId: string, attr: Attribute, relatedCollectionId?: string) => Promise<ReturnObject<any>>; //# sourceMappingURL=createAttribute.d.ts.map