export default interface INotificationConnector { name: string; url: string; headers: Record[]; httpMethod: string; body: string; }