lulus tipe generik ke arow function typeScript

const foo = <T>(x: T) => x; // ERROR : unclosed `T` tag
Courageous Crab