Add billing limits display in currency

This commit is contained in:
Dries Augustyns
2025-12-05 12:28:23 +01:00
parent 9d7e8a1d1a
commit 18b7d7fe98
3 changed files with 164 additions and 59 deletions
@@ -12,6 +12,7 @@ export interface BillingLimitsData {
workflows: CategoryLimit;
campaigns: CategoryLimit;
transactional: CategoryLimit;
currency: string | null;
}
/**