UNPKG

shrimpy-node

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