added notif section
This commit is contained in:
5
src/app/interfaces/notif.interface.ts
Normal file
5
src/app/interfaces/notif.interface.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface NotifInfo {
|
||||
author: string;
|
||||
title: string;
|
||||
content: string;
|
||||
}
|
||||
Reference in New Issue
Block a user