import type { QuizQuestionBase } from "../model/questionTypes/shared"; export const QUIZ_QUESTION_BASE: Omit = { title: "", type: "", expanded: false, required: false, content: { hint: { text: "", video: "", }, back: "", autofill: false, }, };