export interface Brand { id: string | number; name: string; }