export interface Dialog { id: string; headline: string; message?: string; }