Cleaning up warning
This commit is contained in:
@@ -2,6 +2,6 @@ namespace FileTime.Core.Interactions;
|
||||
|
||||
public interface IOptionsInputElement : IInputElement
|
||||
{
|
||||
object Value { get; set; }
|
||||
object? Value { get; set; }
|
||||
IReadOnlyCollection<IOptionElement> Options { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user