Explorar o código

fix(types): 缺失export

vian %!s(int64=5) %!d(string=hai) anos
pai
achega
ef5885a7a6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      types/src/interface/ration.ts

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

@@ -85,7 +85,7 @@ export interface IStdRationAss extends IBaseRationAss {
 }
 
 // 补充定额辅助
-type ICptRationAss = IBaseRationAss;
+export type ICptRationAss = IBaseRationAss;
 
 export interface IStdRationInstall {
   feeItemId: string; // 原std库已经是这样,不能改成ID