Interface ConnectToSocketioServerOptions

interface ConnectToSocketioServerOptions {
    auth?: {
        [key: string]: unknown;
    };
    url: string;
}

Properties

Properties

auth?: {
    [key: string]: unknown;
}

Type declaration

  • [key: string]: unknown
url: string