Interface NotificationConfig

interface NotificationConfig {
    notify: NotifyConfig;
    sound: SoundConfig;
}

Properties

Properties

notify: NotifyConfig