| 72 | * Documentation for this interface: https://github.com/dfahlander/Dexie.js/wiki/Dexie.Syncable.IPersistedContext |
| 73 | */ |
| 74 | export interface IPersistedContext { |
| 75 | save(): Promise<void>; |
| 76 | [customProp: string]: any; |
| 77 | } |
| 78 | |
| 79 | /** |
| 80 | * Documentation for this function: https://github.com/dfahlander/Dexie.js/wiki/Dexie.Syncable.ISyncProtocol |
no outgoing calls
no test coverage detected