contentful.js
    Preparing search index...

    Type Alias EntryQueries<Modifiers>

    EntryQueries: Omit<FixedQueryOptions, "query"> & (
        "WITH_ALL_LOCALES" extends Modifiers ? {} : LocaleOption
    )

    Search parameters for a single entry methods

    Type Parameters

    • Modifiers extends ChainModifiers

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