From 25309c76ae03db8625e359e30cefe1754fddcb03 Mon Sep 17 00:00:00 2001 From: Etienne Homer Date: Fri, 19 Sep 2025 12:36:52 +0200 Subject: [PATCH] Remove EquipmentType deprecation Signed-off-by: Etienne Homer --- src/utils/types/equipmentType.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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',