export class Publication{ publicationId:string; processId:string; title: string; description: string; imageUrl:string; date: Date; }