/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type NotificationDTO = { content?: string; popup?: boolean; title?: string; }