Procházet zdrojové kódy

feat(types): 增加分享表

vian před 4 roky
rodič
revize
a3f0beabb1
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      types/src/interface/base.ts

+ 2 - 0
types/src/interface/base.ts

@@ -124,6 +124,8 @@ export enum CptModelName {
   rations = 'rations',
   rationGljs = 'rationGljs',
   shareList = 'shareList',
+  shareProject = 'shareProject',
+  shareLib = 'shareLib',
   shareLink = 'shareLink',
   unitPriceFile = 'unitPriceFile',
   feeRateFile = 'feeRateFile',