ソースを参照

feat(types): 兼容处理

lipk 3 年 前
コミット
5de81b63c0
1 ファイル変更1 行追加1 行削除
  1. 1 1
      types/src/interface/matter.ts

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

@@ -219,7 +219,7 @@ export interface IGypFileTemplate {
   gypID: string;
   businessID: string;
   path: string;
-  realName: string;
+  realName?: string;
   url?: string;
 }