Type alias FullMarketList<C, MS>

FullMarketList<C, MS>: {
    items: IndexedMarket<C, MS>[];
}

Concrete MarketList for indexed context

Type Parameters

Type declaration

Generated using TypeDoc