In typescript you can use `arg` to take the entire argument or `type` to take the type. But I can't find any way to actually just take the argument name.
In typescript you can use
argto take the entire argument ortypeto take the type. But I can't find any way to actually just take the argument name.