/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { NamedModel } from './NamedModel'; export type Notification = { archivedTime?: string; autoId?: string; content?: string; deletionTime?: string; extId?: string; id?: number; name?: string; prefix?: string; prettyTime?: string; showable?: boolean; tagId?: string; timestamp?: number; title?: string; user?: NamedModel; viewed?: string; }