contentful.js
    Preparing search index...

    Interface ContentType

    Definition of a content type

    interface ContentType {
        description: string;
        displayField: string;
        fields: ContentTypeField[];
        name: string;
        sys: ContentTypeSys;
    }
    Index
    description: string
    displayField: string
    name: string