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

    Interface GetImageListResponse

    A response that contains status information for all images.

    GetImageListResponse

    interface GetImageListResponse {
        imageIdentifiers?: GetImageListResponseItem[];
    }
    Index

    Properties

    imageIdentifiers?: GetImageListResponseItem[]

    An array of all image identifiers and their image state.

    GetImageListResponseItem