@commercetools-test-data/type
v10.18.2
Published
Data model for commercetools API Type
Readme
@commercetools-test-data/type
This package provides data models for the commercetools platform Type representations.
https://docs.commercetools.com/api/projects/types#representations
Install
$ pnpm add -D @commercetools-test-data/typeUsage
import {
Type,
TypeDraft,
type TType,
type TypeDraft,
} from '@commercetools-test-data/type';
const type = Type.random().build<TType>();
const TypeDraft = TypeDraft.random().build<TTypeDraft>();