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