A Record<K, T> is an object type whose property keys are K and whose property values are T . That is, keyof Record<K, T> is equivalent to K ...
確定! 回上一頁