import { Request } from "express"; export interface IWebHook{ insert(headers: Request["headers"], query: Request["query"], body: string, traceId: string):Promise }