How to know the properties in an interface

for example, there is an interface

interface a{
  ...  
}

how do I know what properties are in interface a

Dec.26,2021

you wrote it yourself. What are the attributes you don't know yet?

Menu