فهرست منبع

ts: fix interface

taoqf 7 سال پیش
والد
کامیت
a07784da12
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      types/index.d.ts

+ 4 - 1
types/index.d.ts

@@ -369,7 +369,10 @@ export namespace core {
 		id: string;
 		isPaused: boolean;
 		isRemote: boolean;
-		meta: { name: "00300068088_64c66e75.zip", type: "application/zip" }
+		meta: {
+			name: string;
+			type: string;
+		};
 		name: string;
 		preview: string;
 		progress: {