export interface IQuestionOption { name: string; description: string; }