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