feat(SW-322): clean up
This commit is contained in:
@@ -4,7 +4,6 @@ import {
|
||||
blocksSchema,
|
||||
contentPageRefsSchema,
|
||||
contentPageSchema,
|
||||
contentPageSchemaBlocks,
|
||||
sidebarSchema,
|
||||
} from "@/server/routers/contentstack/contentPage/output"
|
||||
|
||||
@@ -16,8 +15,6 @@ 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> {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user