UNPKG

js-node-arango

Version:
5 lines (4 loc) 71 B
export type WithCount<T> = { docs: Array<T>; total: number; };