@strong-roots-capital/bybit-api
Version:
TypeScript API for Bybit cryptocurrency exchange
10 lines • 331 B
TypeScript
import * as t from 'io-ts';
export declare const AxiosResponse: <C extends t.Mixed>(codec: C) => t.TypeC<{
status: t.BrandC<t.NumberC, t.IntBrand>;
statusText: t.StringC;
headers: t.UnknownRecordC;
config: t.UnknownRecordC;
request: t.UnknownRecordC;
data: C;
}>;
//# sourceMappingURL=AxiosResponse.d.ts.map