Type Alias: ReportMeasure
ReportMeasure = {
key:string;label?:string;op:"count";path?:ReportFieldPath; } | {key:string;label?:string;op:"count_distinct"|"sum"|"avg"|"min"|"max";path:ReportFieldPath; }
Defined in: packages/core/src/report/spec.ts:28