Response from surge_feeds endpoint (actual API structure)

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

Properties

Properties

total: number