Esposter
    Preparing search index...

    Interface URLLinkPreviewResponse

    interface URLLinkPreviewResponse {
        contentType: "text/html";
        description?: string;
        favicons: string[];
        images: string[];
        mediaType: string;
        siteName?: string;
        title: string;
        url: string;
        videos: Video[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    contentType: "text/html"
    description?: string
    favicons: string[]
    images: string[]
    mediaType: string
    siteName?: string
    title: string
    url: string
    videos: Video[]