@jellyfin/sdk
    Preparing search index...

    Interface RemoteImageApiDownloadRemoteImageRequest

    Request parameters for downloadRemoteImage operation in RemoteImageApi.

    RemoteImageApiDownloadRemoteImageRequest

    interface RemoteImageApiDownloadRemoteImageRequest {
        imageUrl?: string;
        itemId: string;
        type: ImageType;
    }
    Index

    Properties

    Properties

    imageUrl?: string

    The image url.

    RemoteImageApiDownloadRemoteImage

    itemId: string

    Item Id.

    RemoteImageApiDownloadRemoteImage

    type: ImageType

    The image type.

    RemoteImageApiDownloadRemoteImage