import { TentFaqItem } from './tent-faq.component'; export interface TentFaqI { pretitle?: string; title?: string; description?: string; faqmore?: string; faqless?: string; top?: string; lang?: string; licence?: string; maxItems?: number; itemsArray?: TentFaqItem[]; }