PropertyKey
Record<K, T>
の
K
に対して使う
built in
code:ts
declare type PropertyKey = string | number | symbol;