import { Question } from '../../question'; export interface SurveyBaseInterface { readonly questions: Question[]; }