[types][flow] fix _forceResending type

This commit is contained in:
Salakar 2018-07-10 22:43:34 +01:00
parent 55a650e909
commit c023a001a4
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ export default class PhoneAuthListener {
_timeout: number; _timeout: number;
_publicEvents: Object; _publicEvents: Object;
_internalEvents: Object; _internalEvents: Object;
_forceResending: boolean;
_reject: Function | null; _reject: Function | null;
_resolve: Function | null; _resolve: Function | null;
_credential: Object | null; _credential: Object | null;