True for the runtime-document sentinel — a Record<string, unknown> (or wider) where keyof collapses to string. Used to drop narrow-constraint defaults so runtime callers retain the prior freedom to pass arbitrary path/method/status values.
Record<string, unknown>
keyof
string
True for the runtime-document sentinel — a
Record<string, unknown>(or wider) wherekeyofcollapses tostring. Used to drop narrow-constraint defaults so runtime callers retain the prior freedom to pass arbitrary path/method/status values.