The problem is that express wants the path parameter to be a string (or a RegExp ), but in TypeScript, keyof API is a PropertyKey , which is ...
確定! 回上一頁