@commercetools-test-data/organization-extension
v10.9.3
Published
Data model for internal Merchant Center API Organization Extension
Downloads
793
Readme
@commercetools-test-data/organization-extension
This package provides the data model for the commercetools internal API OrganizationExtension
type
Install
$ pnpm add -D @commercetools-test-data/organization-extension
Usage
import {
OrganizationExtension,
type TOrganizationExtension,
type TOrganizationExtensionGraphql,
} from '@commercetools-test-data/custom-view';
const organizationExtension =
OrganizationExtension.random().build<TOrganizationExtension>();
const organizationExtensionGraphQL =
OrganizationExtension.random().buildGraphql<TOrganizationExtensionGraphql>();