Parcourir la source

Add missing comma #96

Ben Hsieh il y a 7 ans
Parent
révision
820808c0bd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/types.js

+ 1
- 1
src/types.js Voir le fichier

@@ -47,7 +47,7 @@ type RNFetchBlobResponseInfo = {
47 47
   state : number,
48 48
   headers : any,
49 49
   status : number,
50
-  respType : 'text' | 'blob' | '' | 'json'
50
+  respType : 'text' | 'blob' | '' | 'json',
51 51
   rnfbEncode : 'path' | 'base64' | 'ascii' | 'utf8'
52 52
 }
53 53