(backend: string)
| 59 | get(backend: string): Promise<SyncRetryIntent | undefined>; |
| 60 | schedule(intent: SyncRetryIntent): Promise<void>; |
| 61 | clear(backend: string): Promise<void>; |
| 62 | } |
| 63 | |
| 64 | export interface SyncRetryOptions { |
no outgoing calls
no test coverage detected