interface BioLink {
    link_type: "external";
    title: string;
    url: string;
}

Properties

Properties

link_type: "external"
title: string
url: string