feat: add notification model
This commit is contained in:
3
src/app/models/Notification.ts
Normal file
3
src/app/models/Notification.ts
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export class Notification {
|
||||||
|
constructor(public message = '', public type: 'success' | 'error' = 'success') {}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user