UNPKG

xrm-mock

Version:

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

8 lines (7 loc) 271 B
/// <reference types="xrm" /> export declare class ErrorDialogOptionsMock implements Xrm.Navigation.ErrorDialogOptions { details?: string; errorCode?: number; message?: string; constructor(details?: string, errorCode?: number, message?: string); }