tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > FieldsValueDictionary

FieldsValueDictionary type

Represents the set of field values grouped by the field name.

Signature:

export type FieldsValueDictionary = Record<string, any>;