mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-02-12 19:22:45 +00:00
common: update subscription models
This commit is contained in:
committed by
Abdullah Atta
parent
8aeeba0eeb
commit
72e825a12c
@@ -20,7 +20,7 @@ namespace Notesnook.API.Models.Responses
|
||||
public InboxKeys? InboxKeys { get; set; }
|
||||
|
||||
[JsonPropertyName("subscription")]
|
||||
public ISubscription? Subscription { get; set; }
|
||||
public Subscription? Subscription { get; set; }
|
||||
|
||||
[JsonPropertyName("storageUsed")]
|
||||
public long StorageUsed { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user