mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-07-10 20:53:41 +02:00
open source Notesnook API
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System.Runtime.Serialization;
|
||||
using System.Text.Json.Serialization;
|
||||
using Streetwriters.Common.Interfaces;
|
||||
|
||||
namespace Streetwriters.Common.Models
|
||||
{
|
||||
public class SubscriptionResponse : Response
|
||||
{
|
||||
[JsonPropertyName("subscription")]
|
||||
public ISubscription Subscription { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user