feat: add id to User
This commit is contained in:
@@ -11,6 +11,7 @@ export const User = z
|
||||
.int() /* .openapi({ type: "integer", format: "int64" }) */,
|
||||
meanScore: z.number().openapi({ type: "number", format: "float" }),
|
||||
}),
|
||||
id: z.number().openapi({ type: "integer", format: "int64" }),
|
||||
name: z.string(),
|
||||
avatar: z.object({
|
||||
medium: z.string(),
|
||||
|
||||
Reference in New Issue
Block a user