import { Attachment } from "./attachment.model"; export interface QuestionAnswer { question: string; elementType: string; values: {}; attachments: Attachment[]; }