@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface ThumbnailInfo

    Information about a thumbnail image.

    ThumbnailInfo

    interface ThumbnailInfo {
        blurHash: string;
        height: number;
        mimeType: string;
        size: number;
        width: number;
    }
    Index

    Properties

    blurHash: string

    The blur hash of the thumbnail. See https://blurha.sh/.

    height: number

    The height of the thumbnail in pixels.

    mimeType: string

    The MIME type of the thumbnail.

    size: number

    The size of the thumbnail in bytes.

    width: number

    The width of the thumbnail in pixels.