UNPKG

xrmscriptworkbench

Version:

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

7 lines (6 loc) 194 B
export declare class EntityReference { id: string; entityType: string; name?: string | undefined; constructor(id: string, entityType: string, name?: string | undefined); }