TodoRepository work

This commit is contained in:
Julien Valverdé
2024-07-08 05:38:00 +02:00
parent c609de341a
commit 5f85462645
2 changed files with 24 additions and 5 deletions

View File

@@ -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),