UNPKG

btcpay-greenfield-node-client

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