interface FAQItem {
    answer: string;
    question: string;
}

Properties

Properties

answer: string

Text for the answer for a question

question: string

Text for the question

Generated using TypeDoc