Is there a way to get/use the actual property name in an Typescript type definition.
type Mapped = { [P:string]: P; }
Where Mapped["
Mapped["