UNPKG

xrm-mock

Version:

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

11 lines 407 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SaveOptionsMock = void 0; var SaveOptionsMock = /** @class */ (function () { function SaveOptionsMock(UseSchedulingEngine) { this.UseSchedulingEngine = UseSchedulingEngine; } return SaveOptionsMock; }()); exports.SaveOptionsMock = SaveOptionsMock; //# sourceMappingURL=saveoptions.mock.js.map