Interface RESTPutApiAppCommitResult

interface RESTPutApiAppCommitResult {
    logs?: string;
    message: string;
    status: RESTApiStatusResponse;
    statusCode: number;
}

Hierarchy (view full)

Properties

logs?: string

API logs in case your app fails on launch

message: string

Message of the API

  • It is useful to use as logs

The status of API response

statusCode: number

Status code from API