mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-07-09 12:27:49 +02:00
open source Notesnook API
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Streetwriters.Common.Interfaces
|
||||
{
|
||||
public interface IDocument
|
||||
{
|
||||
string Id
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user