UNPKG

btcpay-greenfield-node-client

Version:
8 lines (7 loc) 182 B
export declare type ApiResult = { readonly url: string; readonly ok: boolean; readonly status: number; readonly statusText: string; readonly body: any; };