UNPKG

@hippocampus-web3/runebond-client

Version:

TypeScript client for RUNEBond API

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