ContextEntry
Summary
A single request-context entry that associates a context key with its stored value type.
Signature
type ContextEntry<key, value> = readonly [key, value];
A single request-context entry that associates a context key with its stored value type.
type ContextEntry<key, value> = readonly [key, value];