UNPKG

@ultrade/ultrade-js-sdk

Version:

This package contains the original js/ts SDK.

16 lines (15 loc) 551 B
export * from "./account.interface"; export * from "./auth.interface"; export * from "./client.interface"; export * from "./market.interface"; export * from "./social.interface"; export * from "./socket.interface"; export * from "./trading.interface"; export * from "./wallet.interface"; export * from "./system.interface"; export * from "./notification.interface"; export * from "./affiliates.interface"; export * from './settings.interface'; export * from './orders.interface'; export * from './trades.interface'; export * from './chart.interface';