Index types enable us to check properties and types of an interface or type dynamically using the keyof T (index type query operator) and T[K] ( ...
確定! 回上一頁