refactor(SW-194): change naming

This commit is contained in:
Matilda Landström
2024-10-15 16:40:10 +02:00
parent e5aa3faa0b
commit 47aa63cd9f
7 changed files with 58 additions and 59 deletions

View File

@@ -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
}

View File

@@ -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>