import { FaqItem } from '../../components/core/faqs-module/faqs-module.component'; export interface FaqsModuleI { title?: string; subtitle?: string; tag?: string; image: string; desktop?: boolean; items: FaqItem[]; }