Procházet zdrojové kódy

Video size is optional

Danilo Bargen před 7 roky
rodič
revize
83ae07b007
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/threema.d.ts

+ 1 - 1
src/threema.d.ts

@@ -119,7 +119,7 @@ declare namespace threema {
 
 
     interface VideoInfo {
     interface VideoInfo {
         duration: number;
         duration: number;
-        size: number;
+        size?: number;
     }
     }
 
 
     interface AudioInfo {
     interface AudioInfo {