Клавиши фильтров из объекта с помощью RAMDA

const filteredObject = R.omit(['key1', 'key2'], originalObject);
Spotless Skipper