UNPKG

js-node-arango

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