A response data object that is returned when a request is made with the ApiXRequest object.

interface ApiXResponseData {
    success: boolean;
}

Hierarchy (View Summary)

Properties

Properties

success: boolean

A Boolean value indicating whether the request was successful.