Home > @tridion-sites/open-api-client > FieldsValueDictionary
Represents the set of field values grouped by the field name.
Signature:
export type FieldsValueDictionary = Record<string, any>;