Type alias ResolvedField<Field, Modifiers, Locales>

ResolvedField<Field, Modifiers, Locales>: Field extends EntryFieldTypes.Array<infer Item>
    ? ResolvedLink<Item, Modifiers, Locales>[]
    : ResolvedLink<Field, Modifiers, Locales>

A collection or single resolved link to another resource

Type Parameters

  • Field extends EntryFieldType<EntrySkeletonType>

    Shape of an entry used to calculate dynamic keys

  • Modifiers extends 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.