Home > @tridion-sites/open-api-client > FieldsDefinitionDictionary
Represents the set of Item Field Definitions grouped by the field definition name.
Signature:
export type FieldsDefinitionDictionary = Record<string, ItemFieldDefinition>;
References: ItemFieldDefinition