a formatted shortcode

interface formattedShortcode {
    media_id: string | number;
    shortcode: string;
    type: string;
    url: string;
}

Properties

media_id: string | number
shortcode: string
type: string
url: string