2

快速验证结果的正确类型是什么

const mapError = (errors: any) =>
  errors.map((error: any) => ({ [error.param]: error.msg }));

我一直在使用,但我现在应该使用什么

4

0 回答 0