import { AnyValueMap } from 'pip-services4-commons-node';
updated = await persistence.updatePartially(null, "2", AnyValueMap.fromTuples("content", "new content 2 - partially updated"));
import { AnyValueMap } from 'pip-services4-commons-node';
updated = await persistence.updatePartially(null, "2", AnyValueMap.fromTuples("content", "new content 2 - partially updated"));