export interface WebhookReceiver { event: string; isActive: boolean; key?: string; }