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