/** * Generated by orval v7.21.0 🍺 * Do not edit manually. * Negodata Api Server * OpenAPI spec version: 0.1.0 */ import type { ErrorInfo } from './errorInfo'; import type { ResDashboardSummaryMsg } from './resDashboardSummaryMsg'; import type { DashboardScope } from './dashboardScope'; export interface ResDashboardSummary { result?: ErrorInfo; msg?: ResDashboardSummaryMsg; company?: DashboardScope; mine?: DashboardScope; }