ParamMap
●tagtree · /core·type
Type constraint for the params field of an EntityDecl; maps param names to their ParamType
brand tokens, which ParamValues later unfolds into concrete string or number values.
Definition
Record<string, ParamType>
Example
const productParams: ParamMap = { id: str, version: num };Related
ContractTestOptions runAdapterContract AdapterCtx CacheAdapter CacheInstance CacheKey CacheSchema CacheSchemaShape
MetadataOpen in GitHub ↗
memoryAdapter
Creates a synchronous, inprocess CacheAdapter backed by a Map with LRU eviction, pertag invalidation tracking, and optional TTL expiry; suitable for unit tests
ParamTypeShape
Unwraps a ParamType brand token to the concrete string or number type it represents; used by ParamValues to derive the runtime argument type for each declared e