UNPKG

xrm-mock

Version:

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

7 lines (6 loc) 193 B
/// <reference types="xrm" /> export declare class OptionSetValueMock implements Xrm.OptionSetValue { text: string; value: number; constructor(text: string, value: number); }