UNPKG

shrimpy-node

Version:
9 lines (7 loc) 210 B
import { IExchangeApiError } from './iexchange-api-error'; export interface IAccount { exchange: string; id: number; isRebalancing: string; exchangeApiErrors: IExchangeApiError[]; }