UNPKG

intopays

Version:

Intopays - Gateway de integração bancária

6 lines (5 loc) 238 B
import { WebhookService } from "../../core/services/WebhookService"; import { IntopaysConstructor } from "../Intopays"; export declare class WebhookFactory { static createWebhookService(config: IntopaysConstructor): WebhookService; }