UNPKG

xrocket-pay-api-sdk

Version:
10 lines (9 loc) 289 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isInvoicePaymentWebhook = isInvoicePaymentWebhook; /** * Type guard to check if webhook is an invoice payment */ function isInvoicePaymentWebhook(webhook) { return webhook?.type === 'invoicePay'; }