husq
2023-08-30 0ea6ac4348196458aa5f2ded68aec2ec308d4432
1
2
3
4
5
6
export enum MapDoodleEnum {
    PIN = 'pin',
    POLYLINE = 'polyline',
    POLYGON = 'polygon',
    Close = 'off'
}