UNPKG

contensis-core-api

Version:

A dependency library used by contensis-delivery-api and contensis-management-api

6 lines (5 loc) 111 B
type Aggregate = number; export interface Aggregation { [fieldValue: string]: Aggregate; } export {};