Updated site
This commit is contained in:
@@ -258,5 +258,13 @@ export const skywarsStatsSchema = z.looseObject({
|
||||
heads_succulent: z.number().default(0),
|
||||
heads_sweet: z.number().default(0),
|
||||
heads_divine: z.number().default(0),
|
||||
heads_heavenly: z.number().default(0)
|
||||
heads_heavenly: z.number().default(0),
|
||||
head_collection: z.looseObject({
|
||||
prestigious: z.array(z.object({
|
||||
username: z.string().nullable(),
|
||||
timestamp: z.number(),
|
||||
mode: z.string(),
|
||||
sacrifice: z.string()
|
||||
}))
|
||||
}).optional()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user