ExternalLink is an interface representing an external link. It includes the id, url, and site each having their own properties.
ExternalLink
id is a number representing the unique identifier of the external link.
id
site is a string representing the site of the external link.
site
url is a string representing the URL of the external link.
url
ExternalLink
is an interface representing an external link. It includes the id, url, and site each having their own properties.