Hali #1

Merged
yvan merged 1 commits from emakazi_dev into master 2017-08-24 16:45:51 +02:00

View File

@ -23,4 +23,5 @@ export class KanbanEntry {
public team: string;
public answerCode: string;
public isLastOfPriority: boolean;
public worklog: string;
}