remix/router · TypeView Source
ContextWithEntry
Summary
Replaces or adds the value type for a single context entry in a RequestContext.
This is useful when deriving a context shape without a middleware tuple.
Signature
type ContextWithEntry<context, entry> = ContextWithEntries<context, [entry]>;