UNPKG

btcpay-greenfield-node-client

Version:
10 lines 234 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type ApiResult = { readonly url: string; readonly ok: boolean; readonly status: number; readonly statusText: string; readonly body: any; }