Interface AjaxResponse<D>

Type Parameters

  • D = any

Hierarchy

  • AjaxResponse

Properties

Properties

body: D
headers: Record<string, string>
ok: boolean
status: number
text: string
type: string

Generated using TypeDoc