UNPKG

@azure/cosmos

Version:
6 lines 150 B
/** @hidden */ export interface Aggregator { aggregate: (other: any) => void; getResult: () => any; } //# sourceMappingURL=Aggregator.d.ts.map