import { BomCustomColum } from "./list-models"; export interface RowColumnsResponse{ bom_id:string; _id:string; customerFields: BomCustomColum[]; }