Client
typescript 버전:
^4.4.4
type-only
import type {} 하면 순환참조없이 type만 깔끔하게 import 할 수 있다
프로그램 실행에 영향을 주지 않고 타입스크립트 컴파일 시간에 이루어진다
런타임에는 지워진다.