Type Alias GetWebSocketAuthParamsProps<A>

Props for function getWebsocketAuthParams

type GetWebSocketAuthParamsProps<A extends AuthType = AuthType> = {
    hostConfig: HostConfig<A>;
}

Type Parameters

Index

Properties

Properties

hostConfig: HostConfig<A>