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;
}

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