Skip to main content
Module

x/fathym_common/src/common/tags/$TagValues.ts

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Go to Latest
import * as fathymCommon from "https://deno.land/x/fathym_common@v0.2.147-integration/src/common/tags/$TagValues.ts";

Type Aliases

$TagValues<TType, TTag, TData, TValues> is a utility type for tagging other types with metadata values during type inference. It allows attaching multiple key-value pairs (TValues) alongside the primary tag.