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