| 8 | } |
| 9 | |
| 10 | type Interface struct { |
| 11 | Name Identifier |
| 12 | Modifiers []Modifier |
| 13 | Fields []*PropertySignature |
| 14 | Parameters []*TypeParameter |
| 15 | Heritage []*HeritageClause |
| 16 | SupportComments |
| 17 | Source |
| 18 | } |
| 19 | |
| 20 | func (*Interface) isNode() {} |
| 21 | func (*Interface) isDeclarationType() {} |
nothing calls this directly
no outgoing calls
no test coverage detected