ResponseContext
Type. Successful response plugin input.
Table of contents
Category
Type
Type import
tsimport type { ResponseContext } from "valyrian.js/request";Public signature
tsinterface ResponseContext extends RequestContext { response: Response; body: unknown; }Type usage
ResponseContext adds the successful Response and parsed body to the originating request context.