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