CommonPick CallableCommonPick<KeyType, RecordType>(object, keys): Pick<RecordType, KeyType>Create a copy of the passed record with all specified keys removedParametersobject: RecordTypeThe to-be copied recordkeys: Iterable<KeyType, any, any>The to-be removed keys from the recordReturns Pick<RecordType, KeyType>
Create a copy of the passed record with all specified keys removed