Browse Source

feat(types): 登录日志enum

LuoHaoxuan 3 năm trước cách đây
mục cha
commit
5f68b37ae4
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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;