| 33 | func (*PropertySignature) isNode() {} |
| 34 | |
| 35 | type Alias struct { |
| 36 | Name Identifier |
| 37 | Modifiers []Modifier |
| 38 | Type ExpressionType |
| 39 | Parameters []*TypeParameter |
| 40 | SupportComments |
| 41 | Source |
| 42 | } |
| 43 | |
| 44 | func (*Alias) isNode() {} |
| 45 | func (*Alias) isDeclarationType() {} |
nothing calls this directly
no outgoing calls
no test coverage detected