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

10.7.1 • Public • Published

@commercetools-test-data/quote

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

https://docs.commercetools.com/api/projects/staged-quotes

Install

$ pnpm add -D @commercetools-test-data/staged-quote

Usage

import {
  StagedQuote,
  StagedQuoteDraft,
  type TStagedQuote,
  type TStagedQuoteDraft,
} from '@commercetools-test-data/quote-request';

const stagedQuote = StagedQuote.random().build<TStagedQuote>();
const stagedQuoteDraft = StagedQuoteDraft.random().build<TStagedQuoteDraft>();

Package Sidebar

Install

npm i @commercetools-test-data/staged-quote

Weekly Downloads

1,078

Version

10.7.1

License

MIT

Unpacked Size

52.4 kB

Total Files

16

Last publish

Collaborators

  • emmenko
  • commercetools-admin
  • tdeekens