UNPKG

@anyhowstep/ts-route-server

Version:

7 lines (6 loc) 140 B
import * as express from "express"; export interface Request<P, B, Q> extends express.Request { params: P; body: B; query: Q; }