Skip to content

Commit 5f0814c

Browse files
authored
Add optional HelperText to TranslatedEnumItem
1 parent 058ff5f commit 5f0814c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TranslatedEnumItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
namespace Orbyss.Components.Json.Models;
22

3-
public readonly record struct TranslatedEnumItem(string Label, string Value);
3+
public readonly record struct TranslatedEnumItem(string Label, string Value, string? HelperText = null);

0 commit comments

Comments
 (0)