namespace Pilz.Configuration; internal interface ISettingsValueOptionValueAccessor { public object ValueRaw { get; set; } }