Skip to content

Commit 4910194

Browse files
fix(backend): Export missing Billing types (#6944)
1 parent 7edaa7a commit 4910194

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/warm-steaks-count.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/backend': minor
3+
---
4+
5+
Export missing Billing types

packages/backend/src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,13 @@ export type {
100100
PaginatedResponseJSON,
101101
TestingTokenJSON,
102102
WebhooksSvixJSON,
103+
BillingPayerJSON,
103104
BillingPlanJSON,
104105
BillingSubscriptionJSON,
105106
BillingSubscriptionItemJSON,
107+
BillingPaymentAttemptWebhookEventJSON,
108+
BillingSubscriptionItemWebhookEventJSON,
109+
BillingSubscriptionWebhookEventJSON,
106110
} from './api/resources/JSON';
107111

108112
/**

0 commit comments

Comments
 (0)