Migrate post{actions,actionType,reducer} to TypeScript
This commit is contained in:
11
app/constants/postActionType.ts
Normal file
11
app/constants/postActionType.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
export enum postActionType {
|
||||
ADD_IMAGE_POST = "ADD_IMAGE_POST",
|
||||
ADD_VIDEO_POST = "ADD_VIDEO_POST",
|
||||
ADD_POST = "ADD_POST",
|
||||
UPDATE_POST = "UPDATE_POST",
|
||||
DELETE_POST = "DELETE_POST",
|
||||
ADD_LIST_POST = "ADD_LIST_POST",
|
||||
CLEAR_ALL_DATA_POST = "CLEAR_ALL_DATA_POST"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user