fix zod
This commit is contained in:
parent
14e69ce210
commit
482ae57406
@ -16,7 +16,7 @@ const ProfileSchema = z.object({
|
|||||||
address: z.string(),
|
address: z.string(),
|
||||||
})
|
})
|
||||||
.optional(),
|
.optional(),
|
||||||
name: z.string(),
|
name: z.string().optional(),
|
||||||
birthdate: z.string(),
|
birthdate: z.string(),
|
||||||
gender: z.string(),
|
gender: z.string(),
|
||||||
age: z.number(),
|
age: z.number(),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user