UNPKG
js-node-arango
Version:
latest (1.0.0)
1.0.0
NodeJS ArangoDB Provider
github.com/pkg-wizard/js-node-arango
pkg-wizard/js-node-arango
js-node-arango
/
dist
/
types
/
with-count.type.d.ts
5 lines
(4 loc)
•
71 B
TypeScript
View Raw
1
2
3
4
5
export
type
WithCount
<T> = {
docs
:
Array
<T>;
total
:
number
; };