There was an error while loading. Please reload this page.
interface InterviewQuestion { id: uuid; questionDifficulty: QuestionDifficulty; questionType: QuestionType[]; questionText: string; answerText: string; }