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.type.ts
2 lines
(1 loc)
•
60 B
text/typescript
View Raw
1
2
export
type
WithRelated
<T, R> = T & {
related
:
Array
<R> };