@commercetools-test-data/custom-application
v10.18.2
Published
Data model for internal Merchant Center API Custom Application
Downloads
420
Readme
@commercetools-test-data/custom-application
This package provides the data model for the commercetools internal API CustomApplication type
Install
$ pnpm add -D @commercetools-test-data/custom-applicationUsage
import {
CustomApplication,
CustomApplicationDraft,
type TCustomApplicationGraphql,
type TCustomApplicationDraftGraphql,
} from '@commercetools-test-data/custom-application';
const customApplication =
CustomApplication.random().buildGraphql<TCustomApplicationGraphql>();
const customApplicationDraft =
CustomApplicationDraft.random().buildGraphql<TCustomApplicationDraftGraphql>();