The type for getAllItems is defined as array of an array of SensitiveInfoEntry items. But this seems to be wrong because the method only returns a hashmap.
I am able to access the items in the map using some index but i need to put @ts-ignore above the line to get no typescript errors.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The type for getAllItems is defined as array of an array of SensitiveInfoEntry items. But this seems to be wrong because the method only returns a hashmap. I am able to access the items in the map using some index but i need to put @ts-ignore above the line to get no typescript errors.