mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-13 06:13:03 -05:00
feat(challenge 7): begin ngrx notification work
This commit is contained in:
5
apps/ngrx-notification/src/app/model/push.model.ts
Normal file
5
apps/ngrx-notification/src/app/model/push.model.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export type PushType = 'teacher' | 'student';
|
||||
|
||||
export interface Push {
|
||||
type: PushType;
|
||||
}
|
||||
Reference in New Issue
Block a user