1 2 3 4 5 6 7 8 9
export interface Answer { questionId: string; values: string[]; error_msg: string; _complete: boolean; _processing: boolean; }