chore(core-flows): reorganize folder structure for promotion workflows (#6243)

workflows folder structure:

```
- src/
  - promotion/
    - workflows/
      - create-promotion.ts
    - steps/
      - prepare-create-promotion-data.ts
```

RESOLVES CORE-1688
This commit is contained in:
Riqwan Thamir
2024-01-29 14:35:59 +00:00
committed by GitHub
parent c15438c744
commit 10c67ecd74
17 changed files with 9 additions and 7 deletions
+1
View File
@@ -1,3 +1,4 @@
export * from "./definition"
export * from "./definitions"
export * as Handlers from "./handlers"
export * from "./promotion"