/// import { IncomingHttpHeaders } from 'http'; export interface IResponse { body: any; headers: IncomingHttpHeaders; statusCode: number; }