Home > git-documentdb > ChangedFileUpdateChangedFileUpdate type#Updated file in a merge operationSignature:export declare type ChangedFileUpdate = { operation: 'update'; old: FatDoc; new: FatDoc;};CopyReferences:FatDoc