core.diffobjects | Medplum
diffObjects() function
Signature:
export declare function diffObjects(input: any, output: any, ptr: Pointer, diff?: Diff): Operation[];
Parameters
| Parameter | Type | Description |
|---|---|---|
| input | any | |
| output | any | |
| ptr | Pointer | |
| diff | Diff | (Optional) |
Returns: