Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ts interface 和 type 的区别 #20

Closed
hugeorange opened this issue Oct 21, 2020 · 0 comments
Closed

ts interface 和 type 的区别 #20

hugeorange opened this issue Oct 21, 2020 · 0 comments

Comments

@hugeorange
Copy link

对总结表示不赞同。
interface是接口,type是类型,本身就是两个概念。只是碰巧表现上比较相似。
希望定义一个变量类型,就用type,如果希望是能够继承并约束的,就用interface。
如果你不知道该用哪个,说明你只是想定义一个类型而非接口,所以应该用type。

Originally posted by @trlanfeng in #7 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant