TodoRepository work
This commit is contained in:
@@ -10,7 +10,7 @@ export class Todo
|
||||
_tag: Tag("Todo"),
|
||||
|
||||
id: S.OptionFromSelf(S.String),
|
||||
title: S.String,
|
||||
order: S.Number,
|
||||
content: S.String,
|
||||
|
||||
due: S.OptionFromSelf(S.DateFromSelf),
|
||||
|
||||
Reference in New Issue
Block a user