import { CommonOptions } from '../common/common-options.interface';
export interface QuestionOptions extends CommonOptions {
}
