@jellyfin/sdk
    Preparing search index...

    Interface ImageApiDeleteItemImageByIndexRequest

    Request parameters for deleteItemImageByIndex operation in ImageApi.

    ImageApiDeleteItemImageByIndexRequest

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

    Properties

    imageIndex: number

    The image index.

    ImageApiDeleteItemImageByIndex

    imageType: ImageType

    Image type.

    ImageApiDeleteItemImageByIndex

    itemId: string

    Item id.

    ImageApiDeleteItemImageByIndex