Files
trackgo-fe/packages/brand/src/index.ts
T

5 lines
107 B
TypeScript

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