feat(types,modules-sdk): basic module setup for promotions (#5920)

RESOLVES CORE-1580
This commit is contained in:
Riqwan Thamir
2023-12-20 12:21:13 +00:00
committed by GitHub
parent f25ca30b3a
commit 3f6d79961d
46 changed files with 724 additions and 11 deletions
@@ -0,0 +1,5 @@
describe("Noop test", () => {
it("noop check", async () => {
expect(true).toBe(true)
})
})