- if last character is ':' then is like a Title.

This commit is contained in:
Paolo Arena
2019-01-28 03:13:04 +01:00
parent 0733e92acd
commit e46e93de61
9 changed files with 249 additions and 70 deletions

View File

@@ -7,6 +7,7 @@ export interface ITodo {
created_at: any,
modify_at: any,
expiring_at: any,
enableExpiring?: boolean,
id_prev?: number,
id_next?: number,
modified?: boolean,