aggregation-platform/d.ts/includes.d.ts

8 lines
343 B
TypeScript
Raw Normal View History

2016-06-28 10:22:53 +08:00
/// <reference path="../libs/hawtio-forms/defs.d.ts" />
/// <reference path="../libs/hawtio-kubernetes-api/defs.d.ts" />
/// <reference path="../libs/hawtio-oauth/defs.d.ts" />
/// <reference path="../libs/hawtio-ui/defs.d.ts" />
/// <reference path="../libs/hawtio-utilities/defs.d.ts" />
declare var humandate: any;
declare var jsyaml: any;