aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/src/typings.d.ts
blob: 03eef4f3b4fb5806c6086e18b0716bed8bc67cd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */

/* SystemJS module definition */
declare var module: NodeModule;
interface NodeModule {
  id: string;
}

declare var tinymce: any;

declare var echarts: any;