import { ValueType } from 'b-pl-tree'; export type ProcessUpdates = (ov: T | Partial, nv: T | Partial, index_payload: ValueType) => void;