()
| 712 | func (t *Type) AsConstrainedType() *ConstrainedType { return t.data.AsConstrainedType() } |
| 713 | func (t *Type) AsStructuredType() *StructuredType { return t.data.AsStructuredType() } |
| 714 | func (t *Type) AsObjectType() *ObjectType { return t.data.AsObjectType() } |
| 715 | func (t *Type) AsTypeReference() *TypeReference { return t.data.AsTypeReference() } |
| 716 | func (t *Type) AsInterfaceType() *InterfaceType { return t.data.AsInterfaceType() } |
| 717 | func (t *Type) AsUnionOrIntersectionType() *UnionOrIntersectionType { |
no test coverage detected