UNPKG

asaaas

Version:

Unofficial Asaas Payment Gateway SDK

5 lines (4 loc) 141 B
import { IAsaasWebhook } from '@/types'; export declare function parseWebhookPayload(payload: { event: string; }): IAsaasWebhook | null;