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