Skip to content

Commit 3ddbf42

Browse files
committed
another
1 parent 4e65142 commit 3ddbf42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/xServices/users/usersXService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as API from "../../api"
33
import * as Types from "../../api/types"
44

55
export interface UsersContext {
6-
users: Types.User[]
6+
users: Types.UserResponse[]
77
pager?: Types.Pager
88
getUsersError?: Error | unknown
99
}

0 commit comments

Comments
 (0)