WIP
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Bitvault;
|
||||
|
||||
public record FormField : FormEntry
|
||||
{
|
||||
public string? Name { get; set; }
|
||||
|
||||
public string? Description { get; set; }
|
||||
|
||||
public object? Value { get; set; }
|
||||
|
||||
public FormFieldType Type { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user