Refactor
This commit is contained in:
@@ -46,9 +46,6 @@ export const accountPageSchema = z.object({
|
||||
heading: z.string().nullable(),
|
||||
title: z.string(),
|
||||
url: z.string(),
|
||||
page_settings: z.object({
|
||||
tracking_page_name: z.string().nullable(),
|
||||
}),
|
||||
system: systemSchema.merge(
|
||||
z.object({
|
||||
created_at: z.string(),
|
||||
@@ -56,6 +53,9 @@ export const accountPageSchema = z.object({
|
||||
})
|
||||
),
|
||||
}),
|
||||
trackingProps: z.object({
|
||||
url: z.string(),
|
||||
}),
|
||||
})
|
||||
|
||||
const accountPageDynamicContentRefs = z
|
||||
|
||||
Reference in New Issue
Block a user