UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

8 lines (7 loc) 303 B
import { OperationalWebhookEndpoint } from "./operationalWebhookEndpoint"; import type { SvixRequestContext } from "../request"; export declare class OperationalWebhook { private readonly requestCtx; constructor(requestCtx: SvixRequestContext); get endpoint(): OperationalWebhookEndpoint; }