interface Clone {
    href: string;
    name: string;
}

Properties

Properties

href: string
name: string