cloud-ide-layout 1.0.107 → 1.0.108
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
|
@@ -655,7 +655,7 @@ declare class NotificationSettingsService {
|
|
|
655
655
|
readonly settings: _angular_core.Signal<NotificationSettings>;
|
|
656
656
|
readonly soundEnabled: _angular_core.Signal<boolean>;
|
|
657
657
|
readonly soundVolume: _angular_core.Signal<number>;
|
|
658
|
-
readonly soundType: _angular_core.Signal<"
|
|
658
|
+
readonly soundType: _angular_core.Signal<"none" | "default" | "gentle" | "alert" | "chime">;
|
|
659
659
|
readonly quietHoursEnabled: _angular_core.Signal<boolean>;
|
|
660
660
|
readonly isQuietHours: _angular_core.Signal<boolean>;
|
|
661
661
|
constructor();
|