Skip to content

Commit

Permalink
feat(backend): Export the JSON types for clerk resources
Browse files Browse the repository at this point in the history
  • Loading branch information
desiprisg committed Mar 11, 2024
1 parent 430ebb9 commit 740f810
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/breezy-deers-hide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@clerk/backend': patch
---

Export the JSON types for clerk resources.
5 changes: 5 additions & 0 deletions packages/backend/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ export type { VerifyTokenOptions } from './tokens/verify';
*/
export type { WebhookEvent, WebhookEventType } from './api/resources';

/**
* JSON types
*/
export type * from './api/resources/JSON';

/**
* Resources
*/
Expand Down

0 comments on commit 740f810

Please sign in to comment.