其他Mapper版本: 23.11.1本页内容映射器类型 签名 export type Mapper<From, To> = (value: From) => Awaitable<To>; 参考: Awaitable