Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerServerLeaderboardContest

    interface IndexerServerLeaderboardContest {
        contest_id: number;
        start_time: string;
        end_time: string;
        timeframe: string;
        count: string;
        threshold: string;
        volume_threshold: string;
        product_ids: number[];
        last_updated: string;
        active: boolean;
    }
    Index

    Properties

    contest_id: number
    start_time: string
    end_time: string
    timeframe: string
    count: string
    threshold: string
    volume_threshold: string
    product_ids: number[]
    last_updated: string
    active: boolean