Explorar o código

feat(types): 新增平台开关

laiguoran %!s(int64=3) %!d(string=hai) anos
pai
achega
2f286a145f
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      types/src/interface/platformSwitch.ts

+ 5 - 0
types/src/interface/platformSwitch.ts

@@ -0,0 +1,5 @@
+export interface IPlatformSwitch {// 项目功能开关
+    ID: string;
+    type: string;// 开关类型
+    enable: boolean;// 开关结果
+}