0.1.0 • Published 11 months ago

@albanian-xrm/apm-types v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@albanian-xrm/apm-types NPM Downloads

Microsoft.Apm (App profile manager) types from the community (us).

The app profile manager JavaScript API Reference includes methods and properties to manage tabs and sessions in Customer Service workspace.

Read more about App profile manager JavaScript API on the Microsoft Docs here.

To use the types install @albanian-xrm/apm-types and add the following to your tsconfig.json:

"compilerOptions": {
        "types": [
            "@albanian-xrm/apm-types/index.d.ts"
        ]
    }

You will get the Intellisense in your IDE with the global Microsoft.Apm types.

0.1.0

11 months ago