forked from Berry-Dash/launcher
Remove icons and overlays from client, I will be doing this on some api
This commit is contained in:
@@ -6,4 +6,5 @@ export interface LeaderboardEntry {
|
||||
overlay: number
|
||||
birdColor: number[]
|
||||
overlayColor: number[]
|
||||
customIcon: string | null
|
||||
}
|
||||
|
||||
6
src/app/types/LeaderboardResponse.ts
Normal file
6
src/app/types/LeaderboardResponse.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { LeaderboardEntry } from './LeaderboardEntry'
|
||||
|
||||
export interface LeaderboardResponse {
|
||||
entries: LeaderboardEntry[]
|
||||
customIcons: Record<string, string>
|
||||
}
|
||||
Reference in New Issue
Block a user