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