UNPKG

@medusajs/core-flows

Version:

Set of workflow definitions for Medusa

10 lines 392 B
/** * The IDs of the tax rates to delete. */ export type DeleteTaxRatesStepInput = string[]; export declare const deleteTaxRatesStepId = "delete-tax-rates"; /** * This step deletes one or more tax rates. */ export declare const deleteTaxRatesStep: import("@medusajs/framework/workflows-sdk").StepFunction<DeleteTaxRatesStepInput, undefined>; //# sourceMappingURL=delete-tax-rates.d.ts.map