@medusajs/product
Version:
Medusa Product module
10 lines • 584 B
TypeScript
export { default as Product } from "./product";
export { default as ProductCategory } from "./product-category";
export { default as ProductCollection } from "./product-collection";
export { default as ProductImage } from "./product-image";
export { default as ProductOption } from "./product-option";
export { default as ProductOptionValue } from "./product-option-value";
export { default as ProductTag } from "./product-tag";
export { default as ProductType } from "./product-type";
export { default as ProductVariant } from "./product-variant";
//# sourceMappingURL=index.d.ts.map