Type alias Response<T>

Response<T>: Alias<AjaxResponse<T>>

The Response type alias references the AjaxResponse class and describes the shape of any Http Response.

Type Parameters

  • T = any

    The Response type of a Request.

Generated using TypeDoc