Преглед изворни кода

feat(types): 登录日志enum

LuoHaoxuan пре 3 година
родитељ
комит
5f68b37ae4
1 измењених фајлова са 6 додато и 0 уклоњено
  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;