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

View File

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