Interface: MetricsBreakdownResponse
Defined in: sdk/src/types.ts:222
Properties
Section titled “Properties”| Property | Type | Defined in |
|---|---|---|
data | MetricsBreakdownItem[] | sdk/src/types.ts:223 |
query | { from: string; to: string; groupBy: string; } | sdk/src/types.ts:224 |
query.from | string | sdk/src/types.ts:224 |
query.to | string | sdk/src/types.ts:224 |
query.groupBy | string | sdk/src/types.ts:224 |