Skip to main content

Home > git-documentdb > ChangedFileUpdate

ChangedFileUpdate type#

Updated file in a merge operation

Signature:
export declare type ChangedFileUpdate = {
operation: 'update';
old: FatDoc;
new: FatDoc;
};
References:

FatDoc