Ver Fonte

ts: fix interface

taoqf há 7 anos atrás
pai
commit
a07784da12
1 ficheiros alterados com 4 adições e 1 exclusões
  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: {