UNPKG

xrm-mock

Version:

A fake implementation of the Xrm object model. Used for testing Dynamics 365 client-side scripts.

6 lines (5 loc) 185 B
/// <reference types="xrm" /> export declare class ProcessDictionaryMock implements Xrm.ProcessFlow.ProcessDictionary { [index: string]: string; constructor(index: any); }