refactor(SW-194): update naming
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { FAQtype } from "@/server/routers/contentstack/schemas/blocks/accordion"
|
||||
import type { Accordion } from "@/server/routers/contentstack/schemas/blocks/accordion"
|
||||
|
||||
export type AccordionProps = {
|
||||
accordion: FAQtype["accordion"]["faq"]
|
||||
accordion: Accordion["accordion"]["faq"]
|
||||
title?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user