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