feat(dashboard,types): add credit lines + loyalty changes (#11885)

* feat(dashboard,types): add credit lines + loyalty changes

* chore: fix types

* chore: fix specs

* chore: use correct plugin name

* chore: use new currency input

---------

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
Riqwan Thamir
2025-06-12 20:12:03 +02:00
committed by GitHub
parent 65f9333501
commit 44d1d18689
21 changed files with 883 additions and 113 deletions

View File

@@ -15,6 +15,7 @@ export * from "./notification"
export * from "./orders"
export * from "./payment-collections"
export * from "./payments"
export * from "./plugins"
export * from "./price-lists"
export * from "./product-types"
export * from "./product-variants"