import { IQuestionModelAttributes } from "../entities/question.entity";
export interface IQuestionUpsertRequest extends IQuestionModelAttributes {
}
