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