@juki-team/commons - v0.1.10
    Preparing search index...

    Interface ScoreboardHistoryResponseDTO

    interface ScoreboardHistoryResponseDTO {
        contestKey: string;
        participants: Record<string, UserSummaryListResponseDTO>;
        timelineEvents: ScoreboardTimelineEventResponseDTO[];
        userProblemTimelineRefs: Record<string, number[]>;
    }
    Index

    Properties

    contestKey: string
    participants: Record<string, UserSummaryListResponseDTO>
    userProblemTimelineRefs: Record<string, number[]>