first try

Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
This commit is contained in:
Jakob Röhrl
2019-03-12 10:29:05 +01:00
committed by Julius Härtl
parent f51d0b6716
commit ec01ab4f42
9 changed files with 243 additions and 30 deletions

View File

@@ -46,3 +46,10 @@
* @property {boolean} archived
* @property {number} order
*/
/**
* Label model
*
* @typedef {Object} Label
* @property {String} title
* @property {String} color
*/