interface RESTPutApiAppAptResult {
    message: string;
    status: RESTApiStatusResponse;
    statusCode: number;
}

Hierarchy (view full)

Properties

message: string

Message of the API

  • It is useful to use as logs

The status of API response

statusCode: number

Status code from API