Interface PortableTextLink

The simplest representation of a link

interface PortableTextLink {
    _type: "link";
    href: string;
}

Properties

Properties

_type: "link"
href: string