AzureConnectionConfigType TypeAlias
The type of connection. - "local" for local connections to a Fluid relay instance running on the localhost - "remote" for client connections to the Azure Fluid Relay service
Signature
export declare type AzureConnectionConfigType = "local" | "remote";