FunctionsCommonKeysCommonKeys CallableCommonKeys<T>(record: Partial<Record<T, unknown>>): T[]A Object.keys variant annotated to return respect literal key typesType parametersT: stringParametersrecord: Partial<Record<T, unknown>>A record with string-based keysReturns T[]The keys in the passed record
A Object.keys variant annotated to return respect literal key types