husq
2023-09-25 f2346c813c022d871a9bf5e8b75c0db46ee80116
1
2
3
4
5
6
export enum MapDoodleEnum {
    PIN = 'pin',
    POLYLINE = 'polyline',
    POLYGON = 'polygon',
    Close = 'off'
}