[flow] update GoogleApiAvailabilityType to include 'hasResolution'

This commit is contained in:
Salakar 2017-10-07 01:31:32 +01:00
parent a090bd3480
commit 08fae27f70
1 changed files with 1 additions and 0 deletions

View File

@ -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
}; };