Deno.KvCommitResult

interface KvCommitResult {
ok: true;
versionstamp: string;
}

§Properties

§
ok: true
[src]
§
versionstamp: string
[src]

The versionstamp of the value committed to KV.