lemmy-js-client
    Preparing search index...

    Type Alias ImageDetails

    type ImageDetails = {
        blurhash?: string;
        content_type: string;
        height: number;
        link: DbUrl;
        width: number;
    }
    Index

    Properties

    blurhash?: string
    content_type: string
    height: number
    link: DbUrl
    width: number