@commercetools-test-data/type
v10.9.2
Published
Data model for commercetools API Type
Downloads
12,254
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/type
Usage
import {
Type,
TypeDraft,
type TType,
type TypeDraft,
} from '@commercetools-test-data/type';
const type = Type.random().build<TType>();
const TypeDraft = TypeDraft.random().build<TTypeDraft>();