Symbol group containing feeds from different sources

interface SurgeSymbolGroup {
    feeds: SurgeFeedEntry[];
    symbol: string;
}

Properties

Properties

symbol: string