Interface SecureContext

interface SecureContext {
    next?: NextFunction;
    req: SecureRequest;
    res: SecureResponse;
}

Properties

Properties

next?: NextFunction