@medusajs/core-flows
Version:
Set of workflow definitions for Medusa
8 lines • 456 B
TypeScript
import { ProductTypes, SalesChannelTypes, ShippingProfileDTO } from "@medusajs/framework/types";
export declare const normalizeV1Products: (rawProducts: object[], supportingData: {
productTypes: ProductTypes.ProductTypeDTO[];
productCollections: ProductTypes.ProductCollectionDTO[];
salesChannels: SalesChannelTypes.SalesChannelDTO[];
shippingProfiles: ShippingProfileDTO[];
}) => object[];
//# sourceMappingURL=normalize-v1-import.d.ts.map