Interface NotificationSounds

Contains a list of notification sounds.

interface NotificationSounds {
    @type: "notificationSounds";
    notification_sounds: NotificationSound[];
}

Properties

@type: "notificationSounds"
notification_sounds: NotificationSound[]

A list of notification sounds.