Skip to content

Commit 9ee8a5d

Browse files
committed
another
1 parent 6370e29 commit 9ee8a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/xServices/users/usersXService.ts

+1-1
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)