interface Shares {
    description: string;
    others: Others;
    title: string;
    twitter: Twitter;
}

Properties

description: string
others: Others
title: string
twitter: Twitter