diff --git a/src/@ionic-native/plugins/app-rate/index.ts b/src/@ionic-native/plugins/app-rate/index.ts index b67227c20..64461784c 100644 --- a/src/@ionic-native/plugins/app-rate/index.ts +++ b/src/@ionic-native/plugins/app-rate/index.ts @@ -80,6 +80,12 @@ export interface AppRateCustomLocale { /** Feedback prompt title */ feedbackPromptTitle?: string; + + /** Feedback prompt message */ + appRatePromptMessage?: string; + + /** Feedback prompt message */ + feedbackPromptMessage?: string; } export interface AppRateCallbacks {