aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/apps/performanceHistoryApp/src/models/connectedNetworkElements.ts
blob: b7277f777911552ab1da15dd33d8963173ccbbb6 (plain)
1
2
3
4
5
6
7
/**
 * Represents connected network elements.
 */

export type ConnectedNetworkElementIds = {
    mountId: string;
  }