/** * Generated by orval v7.21.0 🍺 * Do not edit manually. * FastAPI * OpenAPI spec version: 0.1.0 */ import type { BrandPlanInconsistencyValue } from './brandPlanInconsistencyValue'; export interface BrandPlanInconsistency { field: string; values: BrandPlanInconsistencyValue[]; impact: string; recommendation: string; }