﻿export interface IExchangeAsset {
    id: number;
    name: string;
    symbol: string;
    tradingSymbol: string;
}
