contentful.js
    Preparing search index...

    Interface Link<T>

    Link definition of a specific link type

    interface Link<T extends LinkType> {
        id: string;
        linkType: T;
        type: "Link";
    }

    Type Parameters

    Index
    id: string
    linkType: T
    type: "Link"