فهرست منبع

fix(types): 编办 id name

qinlaiqiao 4 سال پیش
والد
کامیت
f4ac4d4e63
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      types/src/interface/compilation.ts

+ 2 - 2
types/src/interface/compilation.ts

@@ -63,8 +63,8 @@ export enum versionType {
 }
 
 export interface ICompilation {
-  ID?: string;
-  name?: string;
+  ID: string;
+  name: string;
   creator?: string;
   createTime?: number;
   releaseTime?: number;