refactor(SW-194): change naming
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { Accordion } from "@/server/routers/contentstack/schemas/blocks/accordion"
|
||||
|
||||
export type AccordionProps = {
|
||||
accordion: Accordion["accordion"]["faq"]
|
||||
accordion: Accordion["accordion"]["accordions"]
|
||||
title?: string
|
||||
}
|
||||
|
||||
@@ -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