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