@jellyfin/sdk
    Preparing search index...

    Interface BaseItemPersonImageBlurHashes

    Gets or sets the primary image blurhash.

    interface BaseItemPersonImageBlurHashes {
        Art?: { [key: string]: string | null };
        Backdrop?: { [key: string]: string | null };
        Banner?: { [key: string]: string | null };
        Box?: { [key: string]: string | null };
        BoxRear?: { [key: string]: string | null };
        Chapter?: { [key: string]: string | null };
        Disc?: { [key: string]: string | null };
        Logo?: { [key: string]: string | null };
        Menu?: { [key: string]: string | null };
        Primary?: { [key: string]: string | null };
        Profile?: { [key: string]: string | null };
        Screenshot?: { [key: string]: string | null };
        Thumb?: { [key: string]: string | null };
    }
    Index
    Art?: { [key: string]: string | null }
    Backdrop?: { [key: string]: string | null }
    Banner?: { [key: string]: string | null }
    Box?: { [key: string]: string | null }
    BoxRear?: { [key: string]: string | null }
    Chapter?: { [key: string]: string | null }
    Disc?: { [key: string]: string | null }
    Logo?: { [key: string]: string | null }
    Menu?: { [key: string]: string | null }
    Primary?: { [key: string]: string | null }
    Profile?: { [key: string]: string | null }
    Screenshot?: { [key: string]: string | null }
    Thumb?: { [key: string]: string | null }