Interface ImageApiDeleteItemImageByIndexRequest

Request parameters for deleteItemImageByIndex operation in ImageApi.

ImageApiDeleteItemImageByIndexRequest

interface ImageApiDeleteItemImageByIndexRequest {
    imageIndex: number;
    imageType: ImageType;
    itemId: string;
}

Properties

imageIndex: number

The image index.

ImageApiDeleteItemImageByIndex

imageType: ImageType

Image type.

ImageApiDeleteItemImageByIndex

itemId: string

Item id.

ImageApiDeleteItemImageByIndex