/opt/canhelp/node_modules/svix/dist/api
Edit: /opt/canhelp/node_modules/svix/dist/api/operationalWebhook.d.ts (303B)
import { OperationalWebhookEndpoint } from "./operationalWebhookEndpoint";
import type { SvixRequestContext } from "../request";
export declare class OperationalWebhook {
private readonly requestCtx;
constructor(requestCtx: SvixRequestContext);
get endpoint(): OperationalWebhookEndpoint;
}