Interface LinkMetadata

interface LinkMetadata {
    content_type?: string;
    description?: string;
    embed_video_url?: string;
    image?: string;
    title?: string;
}

Properties

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