Skip to content

Commit c2a2071

Browse files
committed
chore(repo): Update changeset
1 parent dd3dd61 commit c2a2071

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.changeset/open-streets-drum.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
---
22
'@clerk/backend': minor
3-
'@clerk/shared': minor
43
---
54

6-
fix(backend): Correct WaitlistEntryAPI list return type and export WaitlistEntry
7-
8-
Fixes TypeScript return type for `WaitlistEntryAPI.list()` to properly reflect that it returns an array of `WaitlistEntry` objects within the paginated response, and exports the `WaitlistEntry` type from the backend package.
9-
10-
## Changes
11-
- Fix `WaitlistEntryAPI.list()` return type from `PaginatedResourceResponse<WaitlistEntry>` to `PaginatedResourceResponse<WaitlistEntry[]>`
12-
- Export `WaitlistEntry` type from `@clerk/backend` package index
5+
Fix TypeScript return type for `clerk.client.waitlistEntries.list()` and export `WaitlistEntry` type.

0 commit comments

Comments
 (0)