Data model for internal Merchant Center API Custom Application
npm install @commercetools-test-data/custom-applicationThis package provides the data model for the commercetools internal API CustomApplication type
``bash`
$ pnpm add -D @commercetools-test-data/custom-application
`ts
import {
CustomApplication,
CustomApplicationDraft,
type TCustomApplicationGraphql,
type TCustomApplicationDraftGraphql,
} from '@commercetools-test-data/custom-application';
const customApplication =
CustomApplication.random().buildGraphql
const customApplicationDraft =
CustomApplicationDraft.random().buildGraphql
``