UNPKG

paystack-nestjs

Version:

A library for integrating Paystack with NestJS. Supports webhooks

6 lines (5 loc) 166 B
import { JSONValue } from './json.type'; export declare class PaystackWebhookService { private readonly logger; handleWebhookEvent(event: JSONValue): void; }