fix(core): update

This commit is contained in:
2019-01-10 00:24:35 +01:00
parent 7f38868510
commit 8430a4d6e0
10 changed files with 1032 additions and 268 deletions

2
ts/interfaces/label.ts Normal file
View File

@@ -0,0 +1,2 @@
// tslint:disable-next-line: interface-over-type-literal
export type TLabels = {[key: string]: string };