Interface QuizCorrect

interface QuizCorrect {
    correctId: string;
    questionId: string;
    surveyId: string;
}

Properties

correctId: string
questionId: string
surveyId: string