UNPKG

shrimpy-node

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