@dx-samples/creative-bootstrap-types

Type definitions for the Watson Content hub Creative Bootstrap Sample.

Usage no npm install needed!

<script type="module">
  import dxSamplesCreativeBootstrapTypes from 'https://cdn.skypack.dev/@dx-samples/creative-bootstrap-types';
</script>

README

creative-bootstrap-types

Build Status

Type definitions for the creative sample for WCH.

Install

From the command line invoke

npm install @dx-samples/creative-bootstrap-types --save

or add the following to your package.json:

{
  "dependencies": {
    "@dx-samples/creative-bootstrap-types": "*"
  }
}

List the module in your wchtools-dependencies in package.json as follows:

{
  "wchtools-dependencies": [
    "@dx-samples/creative-bootstrap-types"
  ]
}

References

  • Based on wch-data-bundle. We recommend to set this as an upstream project to keep track of changes.