SyncConfig: {
prioritizeAniListStatus: boolean;
prioritizeAniListProgress: boolean;
prioritizeAniListScore: boolean;
preserveCompletedStatus: boolean;
setPrivate: boolean;
incrementalSync: boolean;
autoPauseInactive: boolean;
autoPauseThreshold: number;
customAutoPauseThreshold?: number;
updateStatus: boolean;
updateProgress: boolean;
overwriteExisting: boolean;
}
Type declaration
prioritizeAniListStatus: boolean
prioritizeAniListProgress: boolean
prioritizeAniListScore: boolean
preserveCompletedStatus: boolean
setPrivate: boolean
incrementalSync: boolean
autoPauseInactive: boolean
autoPauseThreshold: number
Optional
customAutoPauseThreshold?: number
updateStatus: boolean
updateProgress: boolean
overwriteExisting: boolean
Sync configuration options for the application.