@albanian-xrm/cif-types
v0.1.6
Published
Microsoft.CIFramework types from the community (us).
Maintainers
Readme
@albanian-xrm/cif-types 
Microsoft.CIFramework types from the community (us).
Read more about Channel Integration Framework on the Microsoft Docs.
These types are based on the api documentation on the Microsoft Docs.
To use the types install @albanian-xrm/cif-types and add the following to your tsconfig.json:
"compilerOptions": {
"types": [
"@albanian-xrm/cif-types"
]
}If you want CIFv1 then use the following configuration:
"compilerOptions": {
"types": [
"@albanian-xrm/cif-types/v1.0"
]
}You will get the Intellisense in your IDE with the global Microsoft.CIFramework types.
