feat(SW-285): Ship support for ContentPageBlocksContent
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { Block } from "@/server/routers/contentstack/contentPage/output"
|
||||
|
||||
export type BlocksProps = {
|
||||
blocks: Block[]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
export enum ContentBlocksTypenameEnum {
|
||||
ContentPageBlocksContent = "ContentPageBlocksContent",
|
||||
}
|
||||
Reference in New Issue
Block a user