diff --git a/src/entities/user/types.ts b/src/entities/user/types.ts index 3c92dbd..fde5592 100644 --- a/src/entities/user/types.ts +++ b/src/entities/user/types.ts @@ -16,7 +16,7 @@ const ProfileSchema = z.object({ address: z.string(), }) .optional(), - name: z.string(), + name: z.string().optional(), birthdate: z.string(), gender: z.string(), age: z.number(),