idea-toolbox
    Preparing search index...

    Interface InternalAppVersionStatus

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

    prefer the new method via asset (vs via API).

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

    Properties

    Properties

    message?: string

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

    version: string

    The targeted app version.