contentful.js
    Preparing search index...

    Interface ResourceLink<LinkType>

    Definition of an external resource link

    interface ResourceLink<LinkType extends string = "Contentful:Entry"> {
        linkType: LinkType;
        type: "ResourceLink";
        urn: string;
    }

    Type Parameters

    • LinkType extends string = "Contentful:Entry"
    Index
    linkType: LinkType
    type: "ResourceLink"
    urn: string