Move some files around to where they should be

This commit is contained in:
2026-02-14 12:49:57 -07:00
parent 105913503c
commit 70433b76ab
18 changed files with 21 additions and 21 deletions

View File

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