ConnectionState TypeAlias
Type defining the different states of connectivity a container can be in
Signature
export declare type ConnectionState = ConnectionState.Disconnected | ConnectionState.EstablishingConnection | ConnectionState.CatchingUp | ConnectionState.Connecting | ConnectionState.Connected;