type anyObject: object;
[key: string | number]: string | number | null | anyObject
key
string
number
null
anyObject
src/structures/Types/Player.ts:84