chore: fix initial loading indicator mobile

This commit is contained in:
Aman Harwara
2023-05-16 19:09:21 +05:30
parent 058a2c69a3
commit f27a38ca9b
2 changed files with 8 additions and 6 deletions

View File

@@ -11,4 +11,6 @@ export interface SyncClientInterface {
getLastSyncDate(): Date | undefined
getSyncStatus(): SyncOpStatus
completedOnlineDownloadFirstSync: boolean
}