import { BaseOptions } from '../interfaces/base-options'; export interface TextQuestionOptions extends BaseOptions { placeholder: string; }