export interface Besucher { id: string; name: string; message: string; come: boolean; }