You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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