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