2026-02-06 16:12:04 +05:30
|
|
|
/**
|
2026-02-12 18:04:35 +05:30
|
|
|
* Generated by orval v8.3.0 🍺
|
2026-02-06 16:12:04 +05:30
|
|
|
* Do not edit manually.
|
|
|
|
|
* Mission Control API
|
|
|
|
|
* OpenAPI spec version: 0.1.0
|
|
|
|
|
*/
|
|
|
|
|
import type { DashboardRangeSeries } from "./dashboardRangeSeries";
|
|
|
|
|
|
2026-02-10 00:17:21 +05:30
|
|
|
/**
|
|
|
|
|
* Primary vs comparison pair for generic series metrics.
|
|
|
|
|
*/
|
2026-02-06 16:12:04 +05:30
|
|
|
export interface DashboardSeriesSet {
|
2026-02-12 18:35:48 +05:30
|
|
|
comparison: DashboardRangeSeries;
|
2026-02-13 21:24:36 +05:30
|
|
|
primary: DashboardRangeSeries;
|
2026-02-06 16:12:04 +05:30
|
|
|
}
|