15 lines
323 B
TypeScript
15 lines
323 B
TypeScript
/**
|
|
* Generated by orval v7.21.0 🍺
|
|
* Do not edit manually.
|
|
* FastAPI
|
|
* OpenAPI spec version: 0.1.0
|
|
*/
|
|
import type { BrandInconsistencyValue } from './brandInconsistencyValue';
|
|
|
|
export interface BrandInconsistency {
|
|
field: string;
|
|
values: BrandInconsistencyValue[];
|
|
impact: string;
|
|
recommendation: string;
|
|
}
|