UNPKG

appwrite-server-wrapper

Version:

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

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