interface QueryResponseBase {
    status: utils.agent.QueryResponseStatus;
    requestDetails?: utils.agent.QueryRequest;
}

Hierarchy (view full)

Properties

requestDetails?: utils.agent.QueryRequest