import brandInfo from './data/info.json'; export type BrandInfo = typeof brandInfo; export { brandInfo };