export interface Station { id: number, ime: string, lat: number, lon: number, opis: string, }