Home > @tridion-sites/models > FieldsValueDictionary
Set of field values grouped by the field name.
Signature:
export type FieldsValueDictionary = Record<string, any>;