export interface Poi { id: number; name: string; }