mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-02-12 19:22:45 +00:00
8 lines
172 B
C#
8 lines
172 B
C#
namespace Notesnook.API.Models
|
|
{
|
|
public class MultipartUploadMeta
|
|
{
|
|
public string UploadId { get; set; }
|
|
public string[] Parts { get; set; }
|
|
}
|
|
} |