UNPKG

@medusajs/core-flows

Version:

Set of workflow definitions for Medusa

7 lines 410 B
import { ProductTypes } from "@medusajs/framework/types"; export declare const createCollectionsStepId = "create-collections"; /** * This step creates one or more collection. */ export declare const createCollectionsStep: import("@medusajs/framework/workflows-sdk").StepFunction<ProductTypes.CreateProductCollectionDTO[], ProductTypes.ProductCollectionDTO[]>; //# sourceMappingURL=create-collections.d.ts.map