sync: add new repositories for vault & settings

This commit is contained in:
Abdullah Atta
2024-03-05 10:22:51 +05:00
parent dbc726aea8
commit 8781531042
4 changed files with 16 additions and 0 deletions
@@ -34,7 +34,9 @@ namespace Notesnook.API.Interfaces
SyncItemsRepository<Content> Contents { get; }
SyncItemsRepository<Setting> LegacySettings { get; }
SyncItemsRepository<Attachment> Attachments { get; }
SyncItemsRepository<SettingItem> Settings { get; }
SyncItemsRepository<Color> Colors { get; }
SyncItemsRepository<Vault> Vaults { get; }
SyncItemsRepository<Tag> Tags { get; }
Repository<UserSettings> UsersSettings { get; }
Repository<Monograph> Monographs { get; }