Migrate actions,reducers and action types to TS #15
This commit is contained in:
14
app/reducers/notifications/INotificationAction.ts
Normal file
14
app/reducers/notifications/INotificationAction.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import {NotificationActionType} from 'constants/notificationActionType'
|
||||
|
||||
/**
|
||||
* Notification action interface
|
||||
*
|
||||
* @export
|
||||
* @interface INotificationAction
|
||||
*/
|
||||
export interface INotificationAction {
|
||||
payload: any,
|
||||
type: NotificationActionType
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user