@apple/app-store-server-library
    Preparing search index...

    Interface GetImageListResponseItem

    An image identifier and state information for an image.

    GetImageListResponseItem

    interface GetImageListResponseItem {
        imageIdentifier?: string;
        imageState?: string;
    }
    Index

    Properties

    imageIdentifier?: string

    The identifier of the image.

    imageIdentifier

    imageState?: string

    The current state of the image.

    imageState