Stated on uhc stats
This commit is contained in:
@@ -404,3 +404,9 @@ export const buildBattleStatsSchema = z.looseObject({
|
||||
wins_solo_pro_latest: z.number().default(0),
|
||||
wins_speed_builders_latest: z.number().default(0)
|
||||
})
|
||||
|
||||
export const uhcSchema = z.looseObject({
|
||||
kills: z.number().default(0),
|
||||
deaths: z.number().default(0),
|
||||
wins: z.number().default(0)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user