Interface IApiResponseValidatorContext

Context for an ApiResponseValidator.

interface IApiResponseValidatorContext {
    response: AxiosResponse<any, any>;
}

Properties

Properties

response: AxiosResponse<any, any>

The underlying response context.

Generated using TypeDoc