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