diff --git a/.changeset/warm-steaks-count.md b/.changeset/warm-steaks-count.md new file mode 100644 index 00000000000..e93dc1b6137 --- /dev/null +++ b/.changeset/warm-steaks-count.md @@ -0,0 +1,5 @@ +--- +'@clerk/backend': minor +--- + +Export missing Billing types diff --git a/packages/backend/src/index.ts b/packages/backend/src/index.ts index e8215708399..4a65fe0096b 100644 --- a/packages/backend/src/index.ts +++ b/packages/backend/src/index.ts @@ -100,9 +100,13 @@ export type { PaginatedResponseJSON, TestingTokenJSON, WebhooksSvixJSON, + BillingPayerJSON, BillingPlanJSON, BillingSubscriptionJSON, BillingSubscriptionItemJSON, + BillingPaymentAttemptWebhookEventJSON, + BillingSubscriptionItemWebhookEventJSON, + BillingSubscriptionWebhookEventJSON, } from './api/resources/JSON'; /**