import { CatalogApparelSizeChartResponseInterface, } from './index'; export interface CatalogSizeChartResponseInterface { apparelSizeChart: { [key: string]: CatalogApparelSizeChartResponseInterface[]}; sizes: string[]; }