UNPKG

@medusajs/core-flows

Version:

Set of workflow definitions for Medusa

10 lines 452 B
/** * The IDs of price preferences to delete. */ export type DeletePricePreferencesStepInput = string[]; export declare const deletePricePreferencesStepId = "delete-price-preferences"; /** * This step deletes one or more price preferences. */ export declare const deletePricePreferencesStep: import("@medusajs/framework/workflows-sdk").StepFunction<DeletePricePreferencesStepInput, undefined>; //# sourceMappingURL=delete-price-preferences.d.ts.map