MOBILE-2497 notifications: Fix TS types problem

main
Pau Ferrer Ocaña 2019-10-02 09:17:15 +02:00
parent a809f624fe
commit 3eb47b3f89
1 changed files with 1 additions and 0 deletions

View File

@ -449,6 +449,7 @@ export type AddonNotificationsNotificationPreferences = {
disableall: number | boolean; // Whether all the preferences are disabled. disableall: number | boolean; // Whether all the preferences are disabled.
processors: AddonNotificationsNotificationPreferencesProcessor[]; // Config form values. processors: AddonNotificationsNotificationPreferencesProcessor[]; // Config form values.
components: AddonNotificationsNotificationPreferencesComponent[]; // Available components. components: AddonNotificationsNotificationPreferencesComponent[]; // Available components.
enableall?: boolean; // Calculated in the app. Whether all the preferences are enabled.
}; };
/** /**