Home > @tridion-sites/models > FieldsDefinitionDictionary
Set of Item Field Definitions grouped by the field definition name.
Signature:
export type FieldsDefinitionDictionary = Record<string, ItemFieldDefinition | undefined>;
References: ItemFieldDefinition