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

interface ApiXResponse {
    data?: ApiXJsonObject;
    statusCode: number;
}

Properties

Properties

statusCode: number