export interface TradeAggregatorEntity {
  id: number;
  name: string;
}

export default TradeAggregatorEntity;
