Mapper type

type Mapper =
  | BaseMapper
  | CompositeMapper
  | SequenceMapper
  | DictionaryMapper
  | EnumMapper