GridAIResponse
Interface
Normalized HTTP response returned by the Grid AI Assistant. Replaces direct usage of AxiosResponse.
Definition
Package:@progress/kendo-react-grid
Properties
config?
unknown
Request configuration. Included for backward compatibility with AxiosResponse.
data
T
Parsed response body.
headers
Record<string, string>
Response headers.
request?
unknown
The underlying request object. Included for backward compatibility with AxiosResponse.
status
number
HTTP status code.
statusText
string
HTTP status text.