import { ApiUrlPath } from '../api' export type FlatUrl = ApiUrlPath export interface Flat { id: string name: string }