Interface SettingsGetSettingValueResponse

interface SettingsGetSettingValueResponse {
    value: SettingValueExtended;
}

Properties

Properties