type newType struct {
    Name string
    Age int
}

var newVar newType{}
하면 되잖아
제네릭이 타입 편하게 부르려고 만든 거 아님?