Interface: ModelOverrideRequest
Minimal Express-ish request shape used by extractModelOverride.
Keeps this module independent of express so the helper can be
reused from non-Express adapters.
Properties
Section titled “Properties”
optionalbody?:unknown
headers?
Section titled “headers?”
optionalheaders?:Record<string,string|string[] |undefined>
query?
Section titled “query?”
optionalquery?:Record<string,unknown>