type alias WebhookSetupResult

Result of webhook endpoint setup

Definition

{ success: true; endpointId: string; secret: string; } | { success: false; error: string; }

Usage

import { type WebhookSetupResult } from "doc.ts";