提问人:webdave_de 提问时间:11/15/2023 更新时间:11/15/2023 访问量:14
如何确保类的两个成员类型相同
How to make sure two member of a Class are the same type
问:
我有一个班级,有很多成员。
我想确保其中两个是同一类型,但不知道它们是什么类型。
有什么想法吗?
我尝试过这样的事情,但没有任何运气。
interface Foo {
bar: Foo["baz"];
baz: Foo["bar"];
}
答: 暂无答案
评论
Foo
bar
baz
bar
baz