fix(app-rate): Add missing "openUrl" property to AppRatePreferences object (#3456)

This commit is contained in:
Calum Murray 2020-06-23 17:59:02 +01:00 committed by GitHub
parent 40b9295de6
commit fe21b5b97c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,11 @@ export interface AppRatePreferences {
* App Store URLS
*/
storeAppURL?: AppUrls;
/**
* Open URL function
*/
openUrl?: (url: string) => void;
}
export interface AppRateCustomLocale {