contentful.js
    Preparing search index...

    Type Alias EntrySkeletonType<Fields, Id>

    type EntrySkeletonType<Fields extends FieldsType = FieldsType, Id = string> = {
        contentTypeId: Id;
        fields: Fields;
    }

    Type Parameters

    Index
    contentTypeId: Id
    fields: Fields