From 3eb47b3f89ac5836e94c61f436e9bc58d809c1fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Wed, 2 Oct 2019 09:17:15 +0200 Subject: [PATCH] MOBILE-2497 notifications: Fix TS types problem --- src/addon/notifications/providers/notifications.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/addon/notifications/providers/notifications.ts b/src/addon/notifications/providers/notifications.ts index 0b7d04fc7..3a2234ada 100644 --- a/src/addon/notifications/providers/notifications.ts +++ b/src/addon/notifications/providers/notifications.ts @@ -449,6 +449,7 @@ export type AddonNotificationsNotificationPreferences = { disableall: number | boolean; // Whether all the preferences are disabled. processors: AddonNotificationsNotificationPreferencesProcessor[]; // Config form values. components: AddonNotificationsNotificationPreferencesComponent[]; // Available components. + enableall?: boolean; // Calculated in the app. Whether all the preferences are enabled. }; /**