type alias WebhookVerifyResult Result of webhook signature verification Definition { valid: true; event: WebhookEvent; } | { valid: false; error: string; }