export type Brand = { equipmentTypes: string[]; id: string; name: string; type: 'brand'; };