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

Properties

Properties

answer: string
question: string