lemmy-js-client
    Preparing search index...

    Type Alias LinkMetadata

    Site metadata, from its opengraph tags.

    type LinkMetadata = {
        content_type?: string;
        description?: string;
        embed_video_url?: DbUrl;
        image?: DbUrl;
        title?: string;
    }
    Index

    Properties

    content_type?: string
    description?: string
    embed_video_url?: DbUrl
    image?: DbUrl
    title?: string