Interface Context

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

Properties

Properties

request: Request<any>
response: Response<any>
MMNEPVFCICPMFPCPTTAAATR