type alias WebhookSetupResult Result of webhook endpoint setup Definition { success: true; endpointId: string; secret: string; } | { success: false; error: string; }