UNPKG

@doczilla/node

Version:
5 lines (4 loc) 182 B
import type { WebhookEvent } from '../generated'; export declare class WebhookService { verifyPayload(payload: string, signature: string, webhookSecret: string): WebhookEvent; }