UNPKG

@medusajs/core-flows

Version:

Set of workflow definitions for Medusa

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