Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EntryWithAllLocalesAndWithoutLinkResolution<Fields, Locales>

Type parameters

Hierarchy

  • EntryWithAllLocalesAndWithoutLinkResolution

Index

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