UNPKG

js-node-arango

Version:
2 lines (1 loc) 63 B
export type WithCount<T> = { docs: Array<T>; total: number };