JSONDependableResponse
Stentor API Reference / stentor-models/src / JSONDependableResponse
Type Alias: JSONDependableResponse<T>
JSONDependableResponse<
T> =JSONDependable<SimpleResponse<T>>
Defined in: packages/stentor-models/src/Response/Response.ts:187
A response that is dependent on a particular JSON path matcher.
Type Parameters​
T​
T = string | ResponseOutput