Files
Walleby/Bitvault/FormFieldType.cs
T
TheXamlGuy 12d1392207 Codemaid
2024-05-24 08:21:49 +01:00

16 lines
180 B
C#

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