export interface ITypedRequest { method: string; request: object; response: object; }