const STUDENT_QUESTION_TYPES = {
  StudentQuestionService: Symbol.for('StudentQuestionService'),
  StudentQuestionRepo: Symbol.for('StudentQuestionRepo'),
};

export { STUDENT_QUESTION_TYPES };
