UNPKG

dynamicsmobile

Version:

Allows development of off-line mobile and web business apps over the Dynamics Mobile platform. More info on https://www.dynamicsmobile.com

9 lines (8 loc) 205 B
/// <reference types="node" /> import { EventEmitter } from 'events'; export declare class DmsApplicationService { version: string; appCode: string; app: any; eventEmitter: EventEmitter; }