export interface Street {
    loc: number[],
    title: string
}