Explorar o código

threema.d.ts: Contact featureFlag is not nullable

Danilo Bargen %!s(int64=6) %!d(string=hai) anos
pai
achega
84cb1b6e4f
Modificáronse 1 ficheiros con 1 adicións e 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';