feat(SW-322): clean up

This commit is contained in:
Fredrik Thorsson
2024-10-11 16:01:12 +02:00
parent aace50fb37
commit 1c0dd739a5
3 changed files with 1 additions and 13 deletions

View File

@@ -155,12 +155,6 @@ export const contentPageSchema = z.object({
}),
})
export const contentPageSchemaBlocks = z.object({
content_page: z.object({
blocks: discriminatedUnionArray(blocksSchema.options).nullable(),
}),
})
/** REFS */
const contentPageCardsRefs = z
.object({