UNPKG

xrm-mock

Version:

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

12 lines 419 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OptionSetValueMock = void 0; var OptionSetValueMock = /** @class */ (function () { function OptionSetValueMock(text, value) { this.text = text; this.value = value; } return OptionSetValueMock; }()); exports.OptionSetValueMock = OptionSetValueMock; //# sourceMappingURL=optionsetvalue.mock.js.map