UNPKG

@insurgo/niam.xrm.client.test

Version:
9 lines (8 loc) 277 B
export declare type EntityAttributeValue = string | number | boolean | null; export declare type WebEntity = { [name: string]: EntityAttributeValue | WebEntity | WebEntity[]; }; export interface Entity extends WebEntity { logicalName: string; id: string; }