Skip to content

Commit a34d432

Browse files
committed
build fixes
1 parent 70205bc commit a34d432

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/user-management/user-management.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ import {
4848
SerializedCreateMagicAuthOptions,
4949
SerializedCreatePasswordResetOptions,
5050
SerializedCreateUserOptions,
51+
SerializedListSessionsOptions,
5152
SerializedListUsersOptions,
5253
SerializedResetPasswordOptions,
5354
SerializedVerifyEmailOptions,
@@ -742,7 +743,7 @@ export class UserManagement {
742743
async listSessions(
743744
userId: string,
744745
options?: ListSessionsOptions,
745-
): Promise<AutoPaginatable<Session>> {
746+
): Promise<AutoPaginatable<Session, SerializedListSessionsOptions>> {
746747
return new AutoPaginatable(
747748
await fetchAndDeserialize<SessionResponse, Session>(
748749
this.workos,

0 commit comments

Comments
 (0)