Migrate authorize{ actions, actionType, reducer} to TS & make factory service for interfaces #15
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
export enum postActionType {
|
||||
export enum PostActionType {
|
||||
ADD_IMAGE_POST = "ADD_IMAGE_POST",
|
||||
ADD_VIDEO_POST = "ADD_VIDEO_POST",
|
||||
ADD_POST = "ADD_POST",
|
||||
@@ -7,5 +7,5 @@
|
||||
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