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