@dx-samples/common-types
v7.1.1
Published
Type definitions for the Watson Content hub Creative Bootstrap Sample.
Downloads
17
Readme
common-types
Type definitions for common types for WCH.
Install
From the command line invoke
npm install @dx-samples/common-types --save
or add the following to your package.json:
{
"dependencies": {
"@dx-samples/common-types": "*"
}
}
List the module in your wchtools-dependencies
in package.json as follows:
{
"wchtools-dependencies": [
"@dx-samples/common-types"
]
}
References
- Based on wch-data-bundle. We recommend to set this as an upstream project to keep track of changes.