Response from surge_feeds endpoint (actual API structure)

interface SurgeFeedsResponse {
    data: SurgeSymbolGroup[];
    total: number;
}

Properties

Properties

total: number