export interface SettingsResponse { id: string; webhookUrl?: string | null; webhookKey?: string | null; } //# sourceMappingURL=settings-response.d.ts.map