OtherMapperVersion: 21.5.2On this pageMapper type Signature: export type Mapper<From, To> = (value: From) => Awaitable<To>; References: Awaitable