Contentful Personalization & Analytics
    Preparing search index...

    Link definition of a specific link type

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

    Type Parameters

    Index

    Properties

    Properties

    id: string
    linkType: T
    type: "Link"