Improve TypeScript types:
- Refine feature property values type from
unknowntostring | number | boolean. - Mark all properties starting with
_as private since they're not meant to be used externally.
Improve TypeScript types:
unknown to string | number | boolean._ as private since they're not meant to be used externally.