feat(WEB-205, WEB-206): get breadcrumbs for my pages from contentstack
This commit is contained in:
@@ -8,6 +8,7 @@ export const getUserSchema = z.object({
|
||||
streetAddress: z.string().optional(),
|
||||
zipCode: z.string(),
|
||||
}),
|
||||
dateOfBirth: z.string(),
|
||||
email: z.string().email(),
|
||||
gender: z.string(),
|
||||
name: z.string(),
|
||||
|
||||
Reference in New Issue
Block a user