@commercetools-test-data/attribute-definition
Advanced tools
Weekly downloads
Changelog
@commercetools-test-data/zone@4.11.1
Readme
This package provides the data model for the commercetools platform AttributeDefinition
type
https://docs.commercetools.com/api/projects/productTypes#attributedefinition
$ yarn add -D @commercetools-test-data/attribute-definition
import type {
TAttributeDefinition,
TAttributeDefinitionDraft,
} from '@commercetools-test-data/attribute-definition';
import * as AttributeDefinition from '@commercetools-test-data/attribute-definition';
const attributeDefinition =
AttributeDefinition.random().build<TAttributeDefinition>();
const attributeDefinitionDraft =
AttributeDefinition.AttributeDefinitionDraft.random().build<TAttributeDefinitionDraft>();
FAQs
Data model for commercetools API AttributeDefinition
The npm package @commercetools-test-data/attribute-definition receives a total of 49 weekly downloads. As such, @commercetools-test-data/attribute-definition popularity was classified as not popular.
We found that @commercetools-test-data/attribute-definition demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.