Interface ResourceLink

Definition of an external resource link

interface ResourceLink {
    linkType: "Contentful:Entry";
    type: "ResourceLink";
    urn: string;
}

Properties

Properties

linkType: "Contentful:Entry"
type: "ResourceLink"
urn: string