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

6 lines (5 loc) 319 B
import { LiveLinkQuery } from '../lib-core/livelink-query-service'; import { BusinessObjectBase } from '.'; export declare class MobileLiveLinkQuery<T extends BusinessObjectBase> extends LiveLinkQuery<T> { forwardSyncLog(appArea: string, _instance: Array<BusinessObjectBase> | BusinessObjectBase): Promise<void>; }