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.