Contentful Personalization & Analytics
    Preparing search index...

    Type Alias EntrySkeletonType<Fields, Id>

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

    Type Parameters

    • Fields extends FieldsType = FieldsType
    • Id = string
    Index

    Properties

    contentTypeId: Id
    fields: Fields