You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reflect.ownKeys has a return type definition of PropertyKey[] which is defined as declare type PropertyKey = string | number | symbol; but the method of ownKeys only returns (string | symbol)[].