UNPKG

@microsoft.azure/autorest.testserver

Version:
9 lines (7 loc) 176 B
import { Request } from "express"; /** * Extension of the express.js request which include a rawBody. */ export interface RequestExt extends Request { rawBody?: string; }