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