Interface OpenGraphData

interface OpenGraphData {
    description?: string;
    embed_video_url?: string;
    image?: string;
    title?: string;
}

Properties

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