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
/
WebhookDataList.d.ts
3 lines
(2 loc)
•
110 B
TypeScript
View Raw
1
2
3
import
type
{
WebhookData
}
from
'./WebhookData'
;
export
declare
type
WebhookDataList
=
Array
<
WebhookData
>;