UNPKG

btcpay-greenfield-node-client

Version:
7 lines (5 loc) 170 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { InvoiceData } from './InvoiceData'; export type InvoiceDataList = Array<InvoiceData>;