ddubrava/angular-yandex-maps

IPlacemarkProperties & IPlacemarkOptions are wrong

Closed this issue ยท 1 comments

๐Ÿž Bug Report

โœ๏ธ Description

Remove [key: string]: any from IPlacemarkProperties.
IPlacemarkOptions should extend IHintOptionsWithHintPrefix.

๐Ÿ”ฌ Reproduction

image

๐ŸŒŽ Environment

"angular8-yandex-maps": "^12.2.0",

IPlacemarkProperties & IPlacemarkOptions are complicated interfaces, IPlacemarkOptions interface has more than 50 properties, unfortunately, it's not safe to remove [key: string]: any