import { ApiUrlPath } from '../api' export type UserUrl = ApiUrlPath export interface User { ID: string name: string }