Update Backend
This commit is contained in:
@@ -27,7 +27,6 @@ export const SchematicTypeSchema = z.object({
|
||||
export type SchematicType = z.infer<typeof SchematicTypeSchema>;
|
||||
|
||||
export const PlayerSchema = z.object({
|
||||
id: z.number(),
|
||||
name: z.string(),
|
||||
uuid: z.string(),
|
||||
prefix: z.string(),
|
||||
|
||||
Reference in New Issue
Block a user