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