import { Response } from 'express'; export interface IBridgeResponse extends Response { body?: any; }