interface ConnectContext {
    action: keyof ActionContextMap;
    agent: Agent<any>;
    backend: sharedb;
    req: any;
    stream: any;
}

Hierarchy (view full)

Properties

action: keyof ActionContextMap
agent: Agent<any>
backend: sharedb
req: any
stream: any