first try

Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
This commit is contained in:
Jakob Röhrl
2019-04-26 15:39:00 +02:00
committed by Julius Härtl
parent f51d0b6716
commit ec01ab4f42
9 changed files with 243 additions and 30 deletions
+7
View File
@@ -46,3 +46,10 @@
* @property {boolean} archived
* @property {number} order
*/
/**
* Label model
*
* @typedef {Object} Label
* @property {String} title
* @property {String} color
*/