export interface Answer { id: number; code: string; value: string; }