ClerkPaginatedResponse
An interface that describes the response of a method that returns a paginated list of resources.
Properties
Error handling
Clerk's SDKs always use Promise<ClerkPaginatedResponse<T>>
. If the promise resolves, you will get back the properties listed above. If the promise is rejected, you will receive a ClerkAPIResponseError
or network error.
Feedback
Last updated on