5 lines
108 B
TypeScript
5 lines
108 B
TypeScript
import { httpClient } from '../httpClient'
|
|
|
|
export const getUsers = () =>
|
|
httpClient<Users>('/api/users')
|