UNPKG

@medusajs/core-flows

Version:

Set of workflow definitions for Medusa

10 lines 449 B
/** * The IDs of price lists to remove their prices. */ export type RemovePriceListPricesStepInput = string[]; export declare const removePriceListPricesStepId = "remove-price-list-prices"; /** * This step removes prices from a price list. */ export declare const removePriceListPricesStep: import("@medusajs/framework/workflows-sdk").StepFunction<RemovePriceListPricesStepInput, string[]>; //# sourceMappingURL=remove-price-list-prices.d.ts.map