Skip to content

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.

optional body?: unknown


optional headers?: Record<string, string | string[] | undefined>


optional query?: Record<string, unknown>