fix: add all pages as possible references
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { z } from "zod"
|
||||
import type { z } from "zod"
|
||||
|
||||
import {
|
||||
import type {
|
||||
blocksSchema,
|
||||
contentPageRefsSchema,
|
||||
contentPageSchema,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { z } from "zod"
|
||||
import type { z } from "zod"
|
||||
|
||||
import {
|
||||
import type {
|
||||
blocksSchema,
|
||||
loyaltyPageRefsSchema,
|
||||
loyaltyPageSchema,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { z } from "zod"
|
||||
import type { z } from "zod"
|
||||
|
||||
import { contentEmbedsSchema } from "@/server/routers/contentstack/schemas/blocks/contentEmbeds"
|
||||
import type { contentEmbedsSchema } from "@/server/routers/contentstack/schemas/blocks/contentEmbeds"
|
||||
|
||||
export type Embeds = z.output<typeof contentEmbedsSchema>
|
||||
|
||||
Reference in New Issue
Block a user