mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-05-13 19:42:07 +02:00
open source Notesnook API
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Notesnook.API.Models
|
||||
{
|
||||
public class MultipartUploadMeta
|
||||
{
|
||||
public string UploadId { get; set; }
|
||||
public string[] Parts { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user