Browse Source

test(types): 测试提交自动打包types

vian 3 years atrás
parent
commit
3cab776f71
1 changed files with 4 additions and 0 deletions
  1. 4 0
      types/src/interface/business.ts

+ 4 - 0
types/src/interface/business.ts

@@ -31,3 +31,7 @@ export enum BusinessFee {
   // 预留金
   // 预留金
   PROVISIONAL = 'provisionalFee',
   PROVISIONAL = 'provisionalFee',
 }
 }
+
+export interface testAutoBuild {
+  a: string;
+}