{
    type: 'changed',
    check: (oldObj, newObj, key) => (
      oldObj[key] !== newObj[key]
    ),