@portabletext/types - v2.0.15
    Preparing search index...

    Interface PortableTextLink

    The simplest representation of a link

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

    Properties

    Properties

    _type: "link"
    href: string