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