Interface InternalAppVersionStatus

The internal information about the status of an app's version.

interface InternalAppVersionStatus {
    message?: string;
    version: string;
}

Properties

Properties

message?: string

The message to display reated to this version, if any.

version: string

The targeted app version.