type vs. interface가장 큰 차이점은 확장 여부입니다. interface는 확장이 가능하지만, type은 불가능합니다. ◦ 따라서 type 보다는 interface 사용을 권장합니다.