UNPKG

xrm-mock

Version:

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

8 lines (7 loc) 274 B
/// <reference types="xrm" /> export declare class ReportOpenParametersMock implements Xrm.Url.ReportOpenParameters { action: Xrm.Url.ReportAction; helpID?: string; id: string; constructor(action: Xrm.Url.ReportAction, id: string, helpID?: string); }