An optional versioned pair of key and value in a Deno.Kv.
Deno.Kv
This is the same as a KvEntry, but the value and versionstamp fields may be null if no value exists for the given key in the KV store.
KvEntry
value
versionstamp
null
#T
KvEntry<T> | { key: KvKey; value: null; versionstamp: null; }
© 2018–2025 the Deno authorsLicensed under the MIT License. https://docs.deno.com/api/deno/~/Deno.KvEntryMaybe