export interface IGetWebhookInfoResult { result: { url: string; }; }