UNPKG

@medusajs/core-flows

Version:

Set of workflow definitions for Medusa

10 lines 454 B
/** * The IDs of the shipping profiles to delete. */ export type DeleteShippingProfilesStepInput = string[]; export declare const deleteShippingProfilesStepId = "delete-shipping-profile"; /** * This step deletes one or more shipping profiles. */ export declare const deleteShippingProfilesStep: import("@medusajs/framework/workflows-sdk").StepFunction<DeleteShippingProfilesStepInput, undefined>; //# sourceMappingURL=delete-shipping-profile.d.ts.map