@openmfp/portal-ui-lib 0.184.2 → 0.184.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -648,7 +648,7 @@ declare class UserSettingsConfigService {
|
|
|
648
648
|
frame_featureToggle?: any;
|
|
649
649
|
};
|
|
650
650
|
readUserSettings: () => Promise<any>;
|
|
651
|
-
storeUserSettings: (settings: UserSettingsValues, previous: UserSettingsValues) =>
|
|
651
|
+
storeUserSettings: (settings: UserSettingsValues, previous: UserSettingsValues) => void;
|
|
652
652
|
}>;
|
|
653
653
|
private getCoreUserSettingsGroups;
|
|
654
654
|
private saveFeatureToggleSettings;
|