@aappddeevv/dynamics-client-ui
Version:
## What is it? A library to help you create great dynamics applications.
19 lines (16 loc) • 469 B
text/typescript
/**
* Common data elements for Dyanmics. Do not use dynclient
* if you can avoid it, prefer mkClient.
*/
export * from "./Metadata"
export * from "./client"
export {
QueryOptions, GetListResponse,
Attribute, UpdateResponse, ExpandQueryOptions,
Option, Id, Config,
} from "./CRMWebAPI"
export * from "./interfaces"
export * from "./Utils"
export * from "./DataModel"
export * from "./DataModel.Utils"
// time is not exported because it drags in moment