BookmarkEntityMappings interface

Describes the entity mappings of a single entity

Properties

entityType

The entity type

fieldMappings

Array of fields mapping for that entity type

Property Details

entityType

The entity type

entityType?: string

Property Value

string

fieldMappings

Array of fields mapping for that entity type

fieldMappings?: EntityFieldMapping[]

Property Value