export class Poll { id:string; status:string; type:string; userId:string; description:string; answers:string[]; title:string; openDate: Date; closeDate: Date; created:Date; updated:Date; }