Skip to main content
Module

x/fathym_common/src/deno-kv/DenoKVNonce.ts>DenoKVNonce

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Latest
type alias DenoKVNonce
import { type DenoKVNonce } from "https://deno.land/x/fathym_common@v0.2.148-fluent-builder/src/deno-kv/DenoKVNonce.ts";

A nonce object containing a unique nonce and an optional versionstamp.

definition: { nonce?: string; versionstamp?: string | null; }