import type { Endpoint } from './Endpoint'; import type { Environment } from './Environment'; import type { MsgVpnName } from './MsgVpnName'; /** * a list item in the environmentslist */ export declare type EnvironmentListItem = (Environment & { msgVpnName?: MsgVpnName; /** * All of the protocols that the broker service exposes */ messagingProtocols?: Array; });