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