/** * Represents connected network elements. */ export type ConnectedNetworkElementIds = { mountId: string; }