forked from EVOgeek/Vmeda.Online
MOBILE-2497 notifications: Fix TS types problem
This commit is contained in:
parent
a809f624fe
commit
3eb47b3f89
@ -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.
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user