@orangecheck/vault-core / PasswordFields
Interface: PasswordFields
Defined in: vault-core/src/fields.ts:26
Properties
| Property | Type | Defined in |
|---|---|---|
<a id="property-custom"></a> custom? | CustomField[] | vault-core/src/fields.ts:33 |
<a id="property-notes"></a> notes? | string | vault-core/src/fields.ts:31 |
<a id="property-password"></a> password | string | vault-core/src/fields.ts:28 |
<a id="property-passwordhistory"></a> passwordHistory? | PasswordHistoryItem[] | vault-core/src/fields.ts:32 |
<a id="property-totp"></a> totp? | string | vault-core/src/fields.ts:30 |
<a id="property-url"></a> url? | string | vault-core/src/fields.ts:29 |
<a id="property-username"></a> username | string | vault-core/src/fields.ts:27 |