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-related-with-count.type.d.ts
5 lines
(4 loc)
•
124 B
TypeScript
View Raw
1
2
3
4
5
import
{
WithCount
}
from
'./with-count.type'
;
export
type
WithRelatedWithCount
<T, R> = T & {
related
:
WithCount
<R>; };