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