UNPKG

btcpay-greenfield-node-client

Version:
11 lines (10 loc) 350 B
import type { WebhookInvoiceEvent } from './WebhookInvoiceEvent'; /** * Callback sent if the `type` is `InvoiceReceivedPayment` */ export declare type WebhookInvoiceReceivedPaymentEvent = (WebhookInvoiceEvent & { /** * Whether this payment has been sent after expiration of the invoice */ afterExpiration?: boolean; });