chore(SW-194): ContentPage Accordion
This commit is contained in:
6
types/components/hotelPage/accordion.ts
Normal file
6
types/components/hotelPage/accordion.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { FAQtype } from "@/server/routers/contentstack/schemas/blocks/accordion"
|
||||
|
||||
export type AccordionProps = {
|
||||
accordion: FAQtype["accordion"]["faq"]
|
||||
title?: string
|
||||
}
|
||||
Reference in New Issue
Block a user