export interface Question { choices?: []; type?: string; name?: string; }