Procházet zdrojové kódy

feat(types): 兼容处理

lipk před 2 roky
rodič
revize
5de81b63c0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;
 }