Skip to content

Commit e9ed206

Browse files
committed
build fixes
1 parent 70ce5b5 commit e9ed206

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,
@@ -740,7 +741,7 @@ export class UserManagement {
740741
async listSessions(
741742
userId: string,
742743
options?: ListSessionsOptions,
743-
): Promise<AutoPaginatable<Session>> {
744+
): Promise<AutoPaginatable<Session, SerializedListSessionsOptions>> {
744745
return new AutoPaginatable(
745746
await fetchAndDeserialize<SessionResponse, Session>(
746747
this.workos,

0 commit comments

Comments
 (0)