@commercetools-test-data/standalone-price
TypeScript icon, indicating that this package has built-in type declarations

10.18.2 • Public • Published

@commercetools-test-data/standalone-price

This package provides the data model for the commercetools platform StandalonePrice type

https://docs.commercetools.com/api/projects/standalone-prices

Install

$ yarn add -D @commercetools-test-data/standalone-price

Usage

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

Package Sidebar

Install

npm i @commercetools-test-data/standalone-price

Weekly Downloads

725

Version

10.18.2

License

MIT

Unpacked Size

1.41 MB

Total Files

23

Last publish

Collaborators

  • emmenko
  • commercetools-admin
  • tdeekens