Skip to content
# Type Alias: JsonMappingInput

JsonMappingInput = EnhancedJsonMapping | ModelDrivenJsonMapping | LegacyJsonMapping

Defined in: packages/core/src/transformers/JsonMappingConverter.ts:13

Input format types that the converter can handle.

Released under the MIT License.