export interface IAccount {
    exchange: string;
    id: number;
    isRebalancing: string;
}
