Contentful Personalization & Analytics
    Preparing search index...

    Type Alias EntryCollection<EntrySkeleton, Modifiers, Locales>

    EntryCollection: ContentfulCollection<Entry<EntrySkeleton, Modifiers, Locales>> & {
        errors?: any[];
        includes?: {
            Asset?: Asset<Modifiers, Locales>[];
            Entry?: Entry<EntrySkeletonType, Modifiers, Locales>[];
        };
    }

    A collection of entries

    Type Parameters

    • EntrySkeleton extends EntrySkeletonType

      Shape of entry fields used to calculate dynamic keys

    • Modifiers extends ChainModifiers = ChainModifiers

      The chain modifiers used to configure the client. They’re set automatically when using the client chain modifiers.

    • Locales extends LocaleCode = LocaleCode

      If provided for a client using allLocales modifier, response type defines locale keys for entry field values.