UNPKG
btcpay-greenfield-node-client
Version:
latest (1.7.0)
1.7.0
0.1.1
0.1.0
## Installation
AryanJ-NYC/btcpay-greenfield-node-client
btcpay-greenfield-node-client
/
dist
/
models
/
WebhookInvoiceEvent.d.ts
12 lines
(11 loc)
•
293 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
type
{
WebhookEvent
}
from
'./WebhookEvent'
;
export
declare
type
WebhookInvoiceEvent
= (
WebhookEvent
& {
/** * The store id of the invoice's event */
storeId
?:
string
;
/** * The invoice id of the invoice's event */
invoiceId
?:
string
; });