Skip to content

Type definitions representing CommerceTools' data model and SDK components.

License

Notifications You must be signed in to change notification settings

Cazoo-uk/commercetools-types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commercetools-types

Type definitions representing CommerceTools' data model and SDK components.

Note: CommerceTools have published their own NPM package for TypeScript: https://www.npmjs.com/package/@commercetools/typescript-sdk

This repo will likely not be updated.

Useage

Reference this repo in your dependencies section of your project's package.json:

"dependencies": {
    ...,
    "@cazoo/commercetools-types": "git+ssh://git@github.com:Cazoo-uk/commercetools-types.git#1.1.10",
    ...
}

You can then import the types as needed for your code, e.g.:

import * as CT from "@cazoo/commercetools-types/data-model";

About

Type definitions representing CommerceTools' data model and SDK components.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published