UNPKG

xrm-mock

Version:

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

6 lines (5 loc) 179 B
/// <reference types="xrm" /> export declare class ConfirmResultMock implements Xrm.Navigation.ConfirmResult { confirmed: boolean; constructor(confirmed: boolean); }