/** * @public */ export type DateAggregation = { /** * The date aggregation as string. * @example YYYY-MM-DD */ date: string; amount: number; };