feat(698): fix correct order of blocks from CS
This commit is contained in:
@@ -4,7 +4,6 @@ import {
|
||||
blocksSchema,
|
||||
contentPageRefsSchema,
|
||||
contentPageSchema,
|
||||
contentPageSchemaBlocks,
|
||||
sidebarSchema,
|
||||
} from "@/server/routers/contentstack/contentPage/output"
|
||||
|
||||
@@ -21,4 +20,6 @@ export interface ContentPage extends z.output<typeof contentPageSchema> {}
|
||||
|
||||
export type Block = z.output<typeof blocksSchema>
|
||||
|
||||
export type GetBlock = z.input<typeof blocksSchema>
|
||||
|
||||
export type SidebarBlock = z.output<typeof sidebarSchema>
|
||||
|
||||
Reference in New Issue
Block a user