2026-02-06 16:12:04 +05:30
|
|
|
/**
|
|
|
|
|
* Generated by orval v8.2.0 🍺
|
|
|
|
|
* Do not edit manually.
|
|
|
|
|
* Mission Control API
|
|
|
|
|
* OpenAPI spec version: 0.1.0
|
|
|
|
|
*/
|
|
|
|
|
import type { DashboardRangeSeries } from "./dashboardRangeSeries";
|
|
|
|
|
|
|
|
|
|
export interface DashboardSeriesSet {
|
2026-02-06 21:56:16 +05:30
|
|
|
primary: DashboardRangeSeries;
|
2026-02-07 20:29:50 +05:30
|
|
|
comparison: DashboardRangeSeries;
|
2026-02-06 16:12:04 +05:30
|
|
|
}
|