UNPKG

btcpay-greenfield-node-client

Version:
11 lines (10 loc) 325 B
import type { WebhookInvoiceEvent } from './WebhookInvoiceEvent'; /** * Callback sent if the `type` is `InvoiceSettled` */ export declare type WebhookInvoiceSettledEvent = (WebhookInvoiceEvent & { /** * Whether the invoice have been manually marked as confirmed */ manuallyMarked?: boolean; });