Skip to main content

@idpass/data-collect-core / FieldMapping

Interface: FieldMapping

Defined in: interfaces/types.ts:828

Field mapping configuration for external sync. Maps form fields to external system fields with optional transformation.

Properties

formField

formField: string

Defined in: interfaces/types.ts:830

The form field key


opensppField

opensppField: string

Defined in: interfaces/types.ts:832

The external system field name


transformer

transformer: object

Defined in: interfaces/types.ts:834

Transformer configuration for value conversion

type

type: string

options?

optional options?: Record<string, unknown>