chenshilong пре 3 година
родитељ
комит
0793f07cc4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      types/src/interface/project.ts

+ 1 - 1
types/src/interface/project.ts

@@ -196,7 +196,7 @@ export enum BillGetFeeType {
   BILL_PRICE = 3,
 }
 
-export declare enum RationTotalPriceDigitMode {
+export enum RationTotalPriceDigitMode {
   DISPLAY = 0,
   HIGHEST = 1,
 }