WIP
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
namespace Bitvault;
|
||||
|
||||
public enum FormFieldType
|
||||
{
|
||||
Attachments,
|
||||
Date,
|
||||
Masked,
|
||||
Note,
|
||||
Number,
|
||||
Options,
|
||||
Password,
|
||||
Phone,
|
||||
Text,
|
||||
Time,
|
||||
Url
|
||||
}
|
||||
Reference in New Issue
Block a user