In your API Reference in Readme.md position property of SelectionType is NormalizedPosition.
However in the source code in types.ts we can read that both TextSelectionType and AreaSelectionType have position of type Position not NormalizedPosition.
Is this intended?