This package provides the data model for the commercetools platform StandalonePrice
type
https://docs.commercetools.com/api/projects/standalone-prices
$ yarn add -D @commercetools-test-data/standalone-price
import type {
TStandalonePrice,
TStandalonePriceDraft,
} from '@commercetools-test-data/standalone-price';
import * as StandalonePrice from '@commercetools-test-data/standalone-price';
const standalonePrice = StandalonePrice.random().build<TStandalonePrice>();
const standalonePriceDraft =
StandalonePrice.StandalonePriceDraft.random().build<TStandalonePriceDraft>();