UNPKG

@medusajs/core-flows

Version:

Set of workflow definitions for Medusa

10 lines 421 B
/** * The refund reasons to delete. */ export type DeleteRefundReasonsStepInput = string[]; export declare const deleteRefundReasonsStepId = "delete-refund-reasons"; /** * This step deletes one or more refund reasons. */ export declare const deleteRefundReasonsStep: import("@medusajs/framework/workflows-sdk").StepFunction<DeleteRefundReasonsStepInput, undefined>; //# sourceMappingURL=delete-refund-reasons.d.ts.map