Skip to content

Commit a3e14b1

Browse files
authored
feat(backend): Export UserDeletedJSON type from API resources (#7309)
Signed-off-by: Kenton Duprey <[email protected]>
1 parent b0846e9 commit a3e14b1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/violet-carrots-pull.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 `UserDeletedJSON` type from API resources

packages/backend/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ export type {
9393
SignUpVerificationsJSON,
9494
SMSMessageJSON,
9595
UserJSON,
96+
UserDeletedJSON,
9697
VerificationJSON,
9798
WaitlistEntryJSON,
9899
Web3WalletJSON,

0 commit comments

Comments
 (0)