export class MyEvent { id: number; eventname: string; datum: Date; type: EventType; content: string; minitext: string; link: string; foto: string; formular: number; } export enum EventType { html, markdown, fotos, link }