/** * Generated by orval v7.21.0 🍺 * Do not edit manually. * Negodata Api Server * OpenAPI spec version: 0.1.0 */ import type { StatKpi } from './statKpi'; import type { StatMonthPoint } from './statMonthPoint'; import type { StatOutcome } from './statOutcome'; import type { StatParticipation } from './statParticipation'; import type { StatTypeRow } from './statTypeRow'; import type { StatCategory } from './statCategory'; import type { StatCardUsage } from './statCardUsage'; export interface StatScope { kpi?: StatKpi; trend?: StatMonthPoint[]; outcome?: StatOutcome; participation?: StatParticipation; type_split?: StatTypeRow[]; categories?: StatCategory[]; cards?: StatCardUsage[]; }