Improvements again

This commit is contained in:
2026-02-14 13:25:07 -07:00
parent 81d47ea71d
commit fa67d26fe9
12 changed files with 22 additions and 38 deletions

View File

@@ -1,10 +0,0 @@
export interface LeaderboardEntry {
username: string
userid: bigint
value: bigint
icon: number
overlay: number
birdColor: number[]
overlayColor: number[]
customIcon: string | null
}

View File

@@ -1,6 +0,0 @@
import { LeaderboardEntry } from './LeaderboardEntry'
export interface LeaderboardResponse {
entries: LeaderboardEntry[]
customIcons: Record<string, string>
}