alliance-bundle
Version:
Alliance Framework bundle
16 lines (13 loc) • 434 B
TypeScript
/// <reference path="./definitions/core.d.ts"/>
/// <reference path="./definitions/db.d.ts"/>
/// <reference path="./definitions/shell.d.ts"/>
/// <reference path="./definitions/views.d.ts"/>
/// <reference path="./definitions/config.d.ts"/>
/// <reference path="./reflect-metadata.d.ts"/>
declare var allianceTaskOptions: {
port: number;
debug: boolean;
path: string;
config: string;
};
declare type Reflect = any;