mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-02-12 11:12:44 +00:00
11 lines
149 B
C#
11 lines
149 B
C#
namespace Streetwriters.Common.Interfaces
|
|
{
|
|
public interface IDocument
|
|
{
|
|
string Id
|
|
{
|
|
get; set;
|
|
}
|
|
}
|
|
}
|