type alias WebhookVerifyResult

Result of webhook signature verification

Definition

{ valid: true; event: WebhookEvent; } | { valid: false; error: string; }

Usage

import { type WebhookVerifyResult } from "docs/payments.ts";