UNPKG

btcpay-greenfield-node-client

Version:
11 lines (10 loc) 330 B
import type { WebhookInvoiceEvent } from './WebhookInvoiceEvent'; /** * Callback sent if the `type` is `InvoiceExpired` */ export declare type WebhookInvoiceExpiredEvent = (WebhookInvoiceEvent & { /** * Whether the invoice received some payments before being expired. */ partiallyPaid?: boolean; });