@orangecheck/vault-core / VaultEntryType
Type Alias: VaultEntryType
type VaultEntryType =
| "password"
| "note"
| "seed-phrase"
| "totp"
| "api-key"
| "kv"
| "card"
| "identity"
| "file";
Defined in: vault-core/src/crypto.ts:38
The nine entry kinds an oc-vault holds.