Documentation / @zerotal/core / index / HasResponse
Interface: HasResponse
Defined in: pipeline/types.ts:78
A payload that can carry a Response. Pipes set response and return the
payload to short-circuit; the pipeline terminal reads it back.
Properties
response
response:
Response|undefined
Defined in: pipeline/types.ts:79