Hello so I tried to implement link list using typescript, but I have an issue when removing a node with a generic type.
heres my LinkList implementation: