/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { BlankEnum } from './BlankEnum'; import type { Status3daEnum } from './Status3daEnum'; export type Notification = { readonly id: string; readonly username: string | null; readonly title: string; readonly body: string; status?: (Status3daEnum | BlankEnum); readonly channel: string | null; context?: any; readonly short_message: string; readonly tags: Array; created_at?: string; readonly updated_at: string; };