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