CommonKeys CallableCommonKeys<T>(obj): keyof T[]A Object.keys variant annotated to return respect literal key typesParametersobj: TA record with string-based keysReturns keyof T[]The keys in the passed record
A Object.keys variant annotated to return respect literal key types