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 { export enum GpsActionType {
"login" = "login", "login" = "login",
"hearthbeat" = "hearthbeat", "heartbeat" = "heartbeat",
"location" = "location", "location" = "location",
"other" = "other", "other" = "other",
} }