KeyValueDiff: {
    added: KeyValueData;
    changed: KeyValueData;
    removed: KeyValueData;
    same: KeyValueData;
}

Type declaration