﻿export interface IExchangeInfo {
    exchange: string;
    bestCaseFee: number;
    worstCaseFee: number;
    icon: string;
}
