Skip to content

Commit

Permalink
name filter
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jul 31, 2024
1 parent 328e2cb commit 002d604
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/endpoints/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export type ListUsersArg = ListArg<{
students_in_class: Class["id"]
teachers_in_school: School["id"]
_id: User["id"] | User["id"][]
name: string
}>

export default function getReadUserEndpoints(
Expand Down

0 comments on commit 002d604

Please sign in to comment.