UNPKG

@microsoft.azure/autorest.testserver

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