export interface FE_WebhooksBridge { id: number; upstreamId?: number; provisionUrl?: string; sharedSecret?: string; isEnabled: boolean; }