Migrate actions,reducers and action types to TS #15
This commit is contained in:
9
app/constants/notificationActionType.ts
Normal file
9
app/constants/notificationActionType.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export enum NotificationActionType {
|
||||
|
||||
ADD_NOTIFY = 'ADD_NOTIFY',
|
||||
ADD_NOTIFY_LIST = 'ADD_NOTIFY_LIST',
|
||||
DELETE_NOTIFY = 'DELETE_NOTIFY',
|
||||
SEEN_NOTIFY = 'SEEN_NOTIFY',
|
||||
CLEAR_ALL_DATA_NOTIFY = 'CLEAR_ALL_DATA_NOTIFY'
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user