mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-07-31 14:07:22 +02:00
open source Notesnook API
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System.Runtime.Serialization;
|
||||
using Newtonsoft.Json;
|
||||
using Streetwriters.Common.Interfaces;
|
||||
|
||||
namespace Streetwriters.Common.Models
|
||||
{
|
||||
public class Response : IResponse
|
||||
{
|
||||
[JsonIgnore]
|
||||
public bool Success { get; set; }
|
||||
public int StatusCode { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user