This commit is contained in:
fro1991
2025-10-02 15:11:16 +07:00
parent 4c51d25ab7
commit a8f5dfb7a2

View File

@ -1,6 +1,6 @@
export enum GpsActionType {
"login" = "login",
"hearthbeat" = "hearthbeat",
"heartbeat" = "heartbeat",
"location" = "location",
"other" = "other",
}