@strong-roots-capital/bybit-api
Version:
TypeScript API for Bybit cryptocurrency exchange
11 lines • 366 B
TypeScript
import * as t from 'io-ts';
export declare const BybitSubscriptionResponse: t.TypeC<{
success: t.BooleanC;
ret_msg: t.StringC;
conn_id: t.BrandC<t.StringC, import("io-ts-types").UUIDBrand>;
request: t.TypeC<{
op: t.LiteralC<"subscribe">;
args: t.TupleC<[t.StringC]>;
}>;
}>;
//# sourceMappingURL=BybitSubscriptionResponse.d.ts.map