mirror of
https://github.com/bitwarden/jslib
synced 2026-01-20 01:13:19 +00:00
6 lines
73 B
TypeScript
6 lines
73 B
TypeScript
export enum FieldType {
|
|
Text = 0,
|
|
Hidden = 1,
|
|
Boolean = 2,
|
|
}
|