interface QuestionResponse {
    questionId: number;
    value: string | boolean | string[];
}

Properties

Properties

questionId: number
value: string | boolean | string[]