@jellyfin/sdk
    Preparing search index...

    Interface ImageProviderInfo

    Class ImageProviderInfo.

    ImageProviderInfo

    interface ImageProviderInfo {
        Name?: string;
        SupportedImages?: ImageType[];
    }
    Index

    Properties

    Name?: string

    Gets the name.

    ImageProviderInfo

    SupportedImages?: ImageType[]

    Gets the supported image types.

    ImageProviderInfo