[flow] update GoogleApiAvailabilityType to include 'hasResolution'
This commit is contained in:
parent
a090bd3480
commit
08fae27f70
|
@ -35,6 +35,7 @@ declare type GoogleApiAvailabilityType = {
|
||||||
status: number,
|
status: number,
|
||||||
isAvailable: boolean,
|
isAvailable: boolean,
|
||||||
isUserResolvableError?: boolean,
|
isUserResolvableError?: boolean,
|
||||||
|
hasResolution?: boolean,
|
||||||
error?: string
|
error?: string
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue