cloud-ide-layout 1.0.209 → 1.0.210
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 +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -905,7 +905,7 @@ declare class NotificationSettingsService {
|
|
|
905
905
|
readonly settings: _angular_core.Signal<NotificationSettings>;
|
|
906
906
|
readonly soundEnabled: _angular_core.Signal<boolean>;
|
|
907
907
|
readonly soundVolume: _angular_core.Signal<number>;
|
|
908
|
-
readonly soundType: _angular_core.Signal<"
|
|
908
|
+
readonly soundType: _angular_core.Signal<"none" | "default" | "gentle" | "alert" | "chime">;
|
|
909
909
|
readonly quietHoursEnabled: _angular_core.Signal<boolean>;
|
|
910
910
|
readonly isQuietHours: _angular_core.Signal<boolean>;
|
|
911
911
|
constructor();
|