fix(core-flows): export updateTaxRegionsStep (#10732)

Export `updateTaxRegionsStep` to ensure it's included in generated references
This commit is contained in:
Shahed Nasser
2024-12-25 11:08:09 +02:00
committed by GitHub
parent 97baa56d71
commit 699bb6dc24
2 changed files with 6 additions and 0 deletions

View File

@@ -8,3 +8,4 @@ export * from "./delete-tax-rate-rules"
export * from "./create-tax-rate-rules"
export * from "./list-tax-rate-rule-ids"
export * from "./list-tax-rate-ids"
export * from "./update-tax-regions"