nope/modules/xetics-lean-connector/generated/models/Notification.ts

23 lines
480 B
TypeScript
Raw Normal View History

2021-08-26 18:47:05 +00:00
/* 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;
}