Browse Source

feat(types): 登录日志enum

LuoHaoxuan 3 years ago
parent
commit
5f68b37ae4
1 changed files with 6 additions and 0 deletions
  1. 6 0
      types/src/interface/loginLog.ts

+ 6 - 0
types/src/interface/loginLog.ts

@@ -0,0 +1,6 @@
+enum PlatForm {
+  FRONT_END = 'frontEnd',
+  BACK_END = 'backEnd',
+}
+
+export default PlatForm;