@craftercms/models
v4.2.0
Published
Crafter CMS data model definitions
Downloads
807
Readme
@craftercms/models
This package contains data model definitions of different structures of Crafter CMS. These interfaces are useful when developing in TypeScript and for IDE auto-completion & suggestions.
Usage
- Install module using
yarn
ornpm
yarn add @craftercms/models
ornpm install @craftercms/models
- Import and use the models you need
Most of our packages have @craftercms/models
as a dependency and will pull it automatically when using npm.