UNPKG

@wepublish/api

Version:
5 lines (4 loc) 234 B
import { Router } from 'express'; import { WepublishServerOpts } from './server'; export declare const PAYMENT_WEBHOOK_PATH_PREFIX = "payment-webhooks"; export declare function setupPaymentProvider(opts: WepublishServerOpts): Router;