mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-05-16 04:29:02 +02:00
inbox: create InboxItemsHistory synced collection (#96)
This commit is contained in:
@@ -38,6 +38,7 @@ namespace Notesnook.API.Interfaces
|
||||
SyncItemsRepository Colors { get; }
|
||||
SyncItemsRepository Vaults { get; }
|
||||
SyncItemsRepository Tags { get; }
|
||||
SyncItemsRepository InboxItemsHistory { get; }
|
||||
Repository<UserSettings> UsersSettings { get; }
|
||||
Repository<Monograph> Monographs { get; }
|
||||
Repository<InboxApiKey> InboxApiKey { get; }
|
||||
|
||||
Reference in New Issue
Block a user