contentful.js
    Preparing search index...

    Interface FieldItem

    Definition of an item belonging to the content type field

    interface FieldItem {
        linkType?: "Entry" | "Asset";
        type: "Link" | "ResourceLink" | "Symbol";
        validations: ContentTypeFieldValidation[];
    }
    Index
    linkType?: "Entry" | "Asset"
    type: "Link" | "ResourceLink" | "Symbol"