Skip to content

API Reference: InterviewQuestions

Wilson Lau edited this page Apr 10, 2021 · 1 revision

InterviewQuestions

Resource

interface InterviewQuestion {
   id: uuid;
   questionDifficulty: QuestionDifficulty;
   questionType: QuestionType[];
   questionText: string;
   answerText: string;
}

Table of Contents

Background

API Reference

Clone this wiki locally