Interface ProxyMessageQueryResponse

interface ProxyMessageQueryResponse {
    id: number;
    type: QueryResponse;
    response: utils.agent.QueryResponse;
}

Hierarchy (view full)

Properties

Properties

id: number