最佳答案
我注意到类型脚本中的以下语法。
export type feline = typeof cat;
As far as I know, type is not a built-in basic type, nor it is an interface or class. Actually it looks more like a syntax for aliasing, which however I can't find reference to verify my guess.
那么,上述陈述意味着什么呢?