5 lines
107 B
TypeScript
5 lines
107 B
TypeScript
import brandInfo from './data/info.json';
|
|
|
|
export type BrandInfo = typeof brandInfo;
|
|
export { brandInfo };
|