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
/
src
/
types
/
with-count.type.ts
2 lines
(1 loc)
•
63 B
text/typescript
View Raw
1
2
export
type
WithCount
<T> = {
docs
:
Array
<T>;
total
:
number
};