import * as L from 'leaflet'; import {Way} from "./way"; export class WayPolyline extends L.Polyline { way: Way; }