Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
export default interface MoveConfigJson {
/**
* One default reason to move a point is to improve accuracy.
* Set to false to disable this reason
*/
enableImproveAccuracy?: true | boolean
* One default reason to move a point is because it has relocated
enableRelocation?: true | boolean
}