Mapper type

Mappers are definitions of the data models used in the library. These data models are part of the Operation or Client definitions in the responses or parameters.

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