@medusajs/core-flows
Version:
Set of workflow definitions for Medusa
10 lines • 421 B
TypeScript
/**
* 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