fix(SW-194): adapt to separated ContentPage query
This commit is contained in:
@@ -4,6 +4,7 @@ import {
|
||||
blocksSchema,
|
||||
contentPageRefsSchema,
|
||||
contentPageSchema,
|
||||
contentPageSchemaBlocks,
|
||||
sidebarSchema,
|
||||
} from "@/server/routers/contentstack/contentPage/output"
|
||||
|
||||
@@ -16,6 +17,9 @@ export interface ContentPageRefs
|
||||
export interface GetContentPageSchema
|
||||
extends z.input<typeof contentPageSchema> {}
|
||||
|
||||
export interface GetContentPageSchemaBlocks
|
||||
extends z.input<typeof contentPageSchemaBlocks> {}
|
||||
|
||||
export interface ContentPage extends z.output<typeof contentPageSchema> {}
|
||||
|
||||
export type Block = z.output<typeof blocksSchema>
|
||||
|
||||
Reference in New Issue
Block a user