TypeScript를 사용하는 이유
TypeScript 트랜스파일 환경 설정
primitive , any, array, enum, void, null/undefined, never
Utility types
Union, Intersection
제네릭(Generics)
타입 별칭(Type Aliases)
인터페이스란?, 옵션 속성, 읽기 전용 속성, 인터페이스 병합과 확장, interface와 type의 차이점