refactor(SW-194): change naming
This commit is contained in:
@@ -17,9 +17,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> {}
|
||||
|
||||
export type Block = z.output<typeof blocksSchema>
|
||||
|
||||
Reference in New Issue
Block a user