UNPKG

@medusajs/core-flows

Version:

Set of workflow definitions for Medusa

10 lines 391 B
export declare const refundCapturedPaymentsWorkflowId = "refund-captured-payments-workflow"; /** * This workflow refunds a payment. */ export declare const refundCapturedPaymentsWorkflow: import("@medusajs/framework/workflows-sdk").ReturnWorkflow<{ order_id: string; created_by?: string; note?: string; }, unknown, any[]>; //# sourceMappingURL=refund-captured-payments.d.ts.map