Move some files around to where they should be
This commit is contained in:
10
src/types/LeaderboardEntry.ts
Normal file
10
src/types/LeaderboardEntry.ts
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user