npm.io
10.18.2 • Published 1 year ago

@commercetools-test-data/type

Licence
MIT
Version
10.18.2
Deps
8
Size
98 kB
Vulns
0
Weekly
0
Stars
16

@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>();

Keywords