Interface SoundSettings

interface SoundSettings {
    category: SoundSettingsType;
    item: SoundSettingsItemType;
    value: boolean;
}

Properties

Properties

value: boolean