UNPKG

@commercetools-test-data/product

Version:

Data models for commercetools API Product

19 lines (18 loc) 897 B
export * from "./attribute/types.js"; export * from "./image/types.js"; export * from "./product-catalog-data/types.js"; export * from "./product-data/types.js"; export * from "./product-data/category-order-hint/types.js"; export * from "./product-data/search-keyword/types.js"; export * from "./product-data/search-keywords/types.js"; export * as Attribute from "./attribute/index.js"; export * as AttributeDraft from "./attribute/attribute-draft/index.js"; export * as Image from "./image/index.js"; export * as ImageDraft from "./image/image-draft/index.js"; export * from "./product/index.js"; export * from "./product/product-draft/index.js"; export * from "./product-catalog-data/index.js"; export * from "./product-data/index.js"; export * from "./product-variant/index.js"; export * from "./product-variant/product-variant-draft/index.js"; export * from "./selection-of-product/index.js";