diff --git a/src/utils/types/equipmentType.ts b/src/utils/types/equipmentType.ts index 35e5d914..6016ec0c 100644 --- a/src/utils/types/equipmentType.ts +++ b/src/utils/types/equipmentType.ts @@ -47,7 +47,8 @@ export const equipmentStyles = { /** * The order of the equipments in this list is important, as many UI follow it directly. * When EquipmentType is used for an interface this order must be maintained. - * @deprecated move to a specialized subtype as this one is used everywhere and cause problems + * Should be moved to a specialized subtype as this one is used everywhere and cause problems + * Will be deprecated soon. */ export enum EquipmentType { SUBSTATION = 'SUBSTATION',