UNPKG

js-node-arango

Version:
5 lines (4 loc) 124 B
import { WithCount } from './with-count.type'; export type WithRelatedWithCount<T, R> = T & { related: WithCount<R>; };