Interface FieldMappingUnitConfig

interface FieldMappingUnitConfig {
    key?: string;
    input?: any;
    includeRawFields?: any;
    importValue?: any;
    exportValue?: any;
    default?: any;
    defaultUnifiedValue?: any;
    defaultValue?: any;
    appSchema?: DataSchema;
}

Properties

key?: string
input?: any
includeRawFields?: any
importValue?: any
exportValue?: any
default?: any
defaultUnifiedValue?: any
defaultValue?: any
appSchema?: DataSchema