interface QuizSummary {
    endSocketTime?: number;
    ranks: Rank[];
}

Properties

endSocketTime?: number
ranks: Rank[]