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