Make habit Entry toStringable

This commit is contained in:
2022-08-29 20:35:42 +00:00
parent ffd8cae013
commit e60115818a
4 changed files with 98 additions and 92 deletions

View File

@@ -23,11 +23,6 @@ typedef EntryLabel = {
points:Int
};
typedef Entry = {
type: EntryType,
labels: Array<EntryLabel>,
};
typedef RewardFile = {
path: String,
startingPoints: Int,