export interface Notification { content: string; id: number; isRtl: boolean; title: string; effectiveTo: Date | undefined; effectiveFrom: Date | undefined; }