live · mainnetoc · docs
specs · api · guides
docs / documentation

@orangecheck/vault-core


@orangecheck/vault-core / VaultEntrySummary

Interface: VaultEntrySummary

Defined in: vault-core/src/crypto.ts:89

The metadata-only projection of an entry, safe to surface without the key holder seeing every secret. Carries NO secret value. url is plaintext metadata used for origin matching.

Properties

PropertyTypeDefined in
<a id="property-favorite"></a> favoritebooleanvault-core/src/crypto.ts:93
<a id="property-folder"></a> folder?stringvault-core/src/crypto.ts:95
<a id="property-id"></a> idstringvault-core/src/crypto.ts:90
<a id="property-name"></a> namestringvault-core/src/crypto.ts:92
<a id="property-type"></a> typeVaultEntryTypevault-core/src/crypto.ts:91
<a id="property-url"></a> url?stringvault-core/src/crypto.ts:94