import type { LocalizedString } from './Exports'; export type EquipmentType = { essential: boolean; id: string; identifier: string; name: LocalizedString; nameInPlural: { fr: string; en: string; }; searchAdmin: boolean; type: 'equipmentType'; visible: boolean; };