ing
This commit is contained in:
11
model/notification/Notification.ts
Normal file
11
model/notification/Notification.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import {Member} from '../member';
|
||||
|
||||
export interface Notification {
|
||||
id?: number;
|
||||
createDate?: Date;
|
||||
title?: string;
|
||||
message?: string;
|
||||
member?: Member;
|
||||
confirmDate?: Date;
|
||||
url?: string;
|
||||
}
|
||||
1
model/notification/index.ts
Normal file
1
model/notification/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from './Notification';
|
||||
Reference in New Issue
Block a user