export type MatchingQuestionItem = { id?: string; index?: number; textContent?: string; };