Skip to content

Commit

Permalink
Remove Value property from IStringSetting interface
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel2215 committed Nov 3, 2024
1 parent 8837c39 commit 8d84b86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Settings/IStringSetting.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ namespace ChatAIze.Abstractions.Settings;

public interface IStringSetting : IEditableSetting
{
public string? Value { get; }

public string? DefaultValue { get; }

public string? Placeholder { get; }
Expand Down

0 comments on commit 8d84b86

Please sign in to comment.