ScoreboardResponse: {
    bestAttempts?: Record<string, BestAttempt>;
    lastElements: Record<string, LastElement>;
    maxScore: Record<string, number>;
    score?: Record<string, number>;
    timeSpent: Record<string, number>;
}

Type declaration

  • Optional bestAttempts?: Record<string, BestAttempt>
  • lastElements: Record<string, LastElement>
  • maxScore: Record<string, number>
  • Optional score?: Record<string, number>
  • timeSpent: Record<string, number>

Generated using TypeDoc