import { Question } from './question'; export interface ValidateStructure { valid: boolean; error?: object; question?: Question; }