Skip to content

Instantly share code, notes, and snippets.

using Skclusive.Mobx.Observable;
using Skclusive.Mobx.StateTree;
namespace ClientSide.Models
{
#region ITodo
public interface ITodoSnapshot
{
string Title { set; get; }