export type AccordionItemType = { _id?: string; title?: string; body?: string; component?: any; props?: any; };