fix(app-rate) add missing locale properties (#3159)

This commit is contained in:
Bas ten Feld 2019-09-13 14:37:37 +02:00 committed by Daniel Sogl
parent 8032429faa
commit 2b347fe889

View File

@ -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 {