[types][flow] fix _forceResending type
This commit is contained in:
parent
55a650e909
commit
c023a001a4
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue