Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/utils/types/equipmentType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Loading