added themecolor and themebgcolor to todos and projects
This commit is contained in:
@@ -23,6 +23,8 @@ export interface ITodo {
|
||||
hoursplanned?: number
|
||||
hoursworked?: number
|
||||
start_date?: Date
|
||||
themecolor?: string
|
||||
themebgcolor?: string
|
||||
}
|
||||
|
||||
export interface IParamTodo {
|
||||
|
||||
Reference in New Issue
Block a user