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