外觀
強制一致使用類型匯入。
不一致地使用類型匯入會使程式碼更難以閱讀和理解。
import { Foo } from "Foo"; type T = Foo; type S = import("Foo");