Files
Walleby/Bitvault/FormFieldType.cs
T
TheXamlGuy 7cbca0783f WIP
2024-05-04 15:13:46 +01:00

17 lines
181 B
C#

namespace Bitvault;
public enum FormFieldType
{
Attachments,
Date,
Masked,
Note,
Number,
Options,
Password,
Phone,
Text,
Time,
Url
}