Skip to main content

Home > git-documentdb > SyncResultCombineDatabase

SyncResultCombineDatabase type#

Synchronization combined databases.

Signature:
export declare type SyncResultCombineDatabase = {
action: 'combine database';
duplicates: DuplicatedFile[];
};
References:

DuplicatedFile

Remarks#

Push action does not occur after combine action.