chore: add sync backoff mechanism checks (#2786)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { AnyItemInterface } from '@standardnotes/models'
|
||||
|
||||
export interface SyncBackoffServiceInterface {
|
||||
isItemInBackoff(item: AnyItemInterface): boolean
|
||||
backoffItem(item: AnyItemInterface): void
|
||||
}
|
||||
Reference in New Issue
Block a user