Interface Context

interface Context {
    request: Request;
    response: Response<any>;
}

Properties

Properties

request: Request
response: Response<any>