타입이란
unknown , any, never, object
function type
배열과 튜플
Type Alias
Union Type
Intersection Type
Enum Type
Type Inference (타입 추론)
Type Assertions
Generic
Generic Constrains
Conditional Type
Interface
타입스크립트를 위한 클린코드 (변수)