Function convertDeepUpdateToMinilinksApply
- convertDeepUpdateToMinilinksApply(ml, _exp, _set, table, toUpdate?): void
Parameters
- ml: any
- _exp: any
- _set: any
- table: any
- toUpdate: {
from_id?: number;
id?: number;
to_id?: number;
type_id?: number;
value?: any;
}[] = []
Returns void