// eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-ignore import BrandImage from './BrandImage'; export default interface Brand { name: string; images: BrandImage[]; }