Aggregates: {
    order: string[];
    values: {
        [agg_id: string]: Aggregate;
    };
}

Type declaration

  • order: string[]
  • values: {
        [agg_id: string]: Aggregate;
    }

Generated using TypeDoc