UNPKG

fake-toss-payments-server

Version:
5 lines (4 loc) 217 B
import { ITossPaymentWebhook } from "toss-payments-server-api/lib/structures/ITossPaymentWebhook"; export declare namespace FakeTossWebhookProvider { function webhook(input: ITossPaymentWebhook): Promise<void>; }