Webroute

@webroute/oasType aliases

ParseResponse

ParseResponse<T, TRef>: T extends oas31.ReferenceObject ? ParseBodyOrResponseReference<T, "responses", TRef> : T extends oas31.ResponseObject ? ParseBodyOrResponseObject<T, TRef> : object

Parses a single response object of an OAS definition.

Type Parameters

Type Parameter
T extends ResponseObjectOrRef
TRef extends oas31.ComponentsObject

On this page