chore: add option to transition your data - internal feature (#2449)

* chore: add option to transition your data - internal feature

* chore: fix spec typo
This commit is contained in:
Karol Sójko
2023-08-24 14:58:15 +02:00
committed by GitHub
parent e41f239cc5
commit 3dd9504a85
13 changed files with 249 additions and 2 deletions

View File

@@ -184,6 +184,8 @@ export * from './Sync/SyncOptions'
export * from './Sync/SyncQueueStrategy'
export * from './Sync/SyncServiceInterface'
export * from './Sync/SyncSource'
export * from './UseCase/Transition/GetTransitionStatus/GetTransitionStatus'
export * from './UseCase/Transition/StartTransition/StartTransition'
export * from './UseCase/ChangeAndSaveItem'
export * from './UseCase/DiscardItemsLocally'
export * from './UseCase/GenerateUuid'