tridion-sites-extensions-api-docs

Home > @tridion-sites/models > FieldsValueDictionary

FieldsValueDictionary type

Set of field values grouped by the field name.

Signature:

export type FieldsValueDictionary = Record<string, any>;