UNPKG

arangojs

Version:

The official ArangoDB JavaScript driver.

5 lines 186 B
export declare type Errback<T> = (err: Error | null, result?: T) => void; export declare type Patch<T> = { [K in keyof T]?: T[K] | Patch<T[K]>; }; //# sourceMappingURL=types.d.ts.map