Migrate actions,reducers and action types to TS #15
This commit is contained in:
13
app/reducers/global/IGlobalAction.ts
Normal file
13
app/reducers/global/IGlobalAction.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { GlobalActionType } from 'constants/globalActionType';
|
||||
|
||||
/**
|
||||
* Global action interface
|
||||
*
|
||||
* @export
|
||||
* @interface IGlobalAction
|
||||
*/
|
||||
export interface IGlobalAction {
|
||||
payload: any,
|
||||
type: GlobalActionType
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user