interface BaseContext {
    action: keyof ActionContextMap;
    agent: Agent<any>;
    backend: sharedb;
}

Hierarchy (view full)

Properties

Properties

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