Explorar el Código

threema.d.ts: Contact featureFlag is not nullable

Danilo Bargen hace 6 años
padre
commit
84cb1b6e4f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/threema.d.ts

+ 1 - 1
src/threema.d.ts

@@ -258,7 +258,7 @@ declare namespace threema {
         verificationLevel?: number;
 
         // Feature mask
-        featureMask: number | null;
+        featureMask: number;
 
         // The identity state
         state: 'ACTIVE' | 'INACTIVE';