UNPKG

xrmscriptworkbench

Version:

The base types to create custom script for Dynamics 365 within a XrmScriptWorkbench project.

3 lines 121 B
export class EntityReference { constructor(public id: string, public entityType: string, public name?: string) {} }