import {LatLng} from "./latlng"; export interface Drawing { color: string; path: LatLng[]; }