export interface DefaultQuestionAnswer { defaultAnswer: string; readOnly: boolean; isDeleteEnable: boolean; questionId: string; }