update activity type
This commit is contained in:
@ -4,4 +4,7 @@ export enum ActivityType {
|
|||||||
"Update" = "U",
|
"Update" = "U",
|
||||||
"Delete" = "D",
|
"Delete" = "D",
|
||||||
"Restore" = "T",
|
"Restore" = "T",
|
||||||
|
"Download" = "D",
|
||||||
|
"Login" = "I",
|
||||||
|
"Logout" = "O",
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user