Closed
Description
Would it be possible to add a "type" transformation? In TypeScript, for example:
const logs: { user: string; event: string }[] = [];
I think being able to "take type" and select { user: string; event: string }[]
it would be very useful.
Less important imo, but there are also the cases of generics and type parameters to consider?