Skip to content

Commit 0835ee7

Browse files
authored
Revert "fix(backend): Export missing Billing types (#6944)" (#6960)
1 parent 22b8e49 commit 0835ee7

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

.changeset/empty-forks-wink.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.changeset/warm-steaks-count.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/backend/src/index.ts

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

112108
/**

0 commit comments

Comments
 (0)