Interface ActiveSurvey

interface ActiveSurvey {
    question: Question;
    surveyId: string;
}

Properties

Properties

question: Question
surveyId: string