if (firstObject[key] === secondObject[key]) {
        const result = {
          type: 'same',
          key,
          oldValue: firstObject[key],