import type { IntialQuestionAnswer } from './IntialQuestionAnswer'; export type InputQuestion = { text: string; difficulty_level?: number; possible_answers: Array; };