sync: make tags & colors syncable

This commit is contained in:
Abdullah Atta
2023-09-09 20:26:51 +05:00
parent fc757674a9
commit 8bbb4d0b9e
4 changed files with 18 additions and 0 deletions

View File

@@ -34,6 +34,8 @@ namespace Notesnook.API.Interfaces
SyncItemsRepository<Content> Contents { get; }
SyncItemsRepository<Setting> Settings { get; }
SyncItemsRepository<Attachment> Attachments { get; }
SyncItemsRepository<Color> Colors { get; }
SyncItemsRepository<Tag> Tags { get; }
Repository<UserSettings> UsersSettings { get; }
Repository<Monograph> Monographs { get; }
}