interface SyncStateOptions {
    noMerge?: boolean;
}

Properties

Properties

noMerge?: boolean