Interface EntryWithAllLocalesAndWithoutLinkResolution<Fields, Locales>

Type Parameters

  • Fields extends FieldsType

  • Locales extends LocaleCode

Hierarchy

  • EntryWithAllLocalesAndWithoutLinkResolution

Properties

Properties

fields: { [ FieldName in string | number | symbol]: { [ LocaleName in string]?: Fields[FieldName] extends EntryFields.Link<any> ? EntryLink : Fields[FieldName] extends EntryFields.Link<any>[] ? EntryLink[] : Fields[FieldName] } }
metadata: Metadata