export { default as User, IUser } from "./user.model"; export { default as Question, IQuestion } from "./question.model";