@@ -60,17 +60,17 @@ pub use self::{
60
60
TsConditionalType , TsConstAssertion , TsConstructSignatureDecl , TsConstructorType ,
61
61
TsEntityName , TsEnumDecl , TsEnumMember , TsEnumMemberId , TsExportAssignment ,
62
62
TsExprWithTypeArgs , TsExternalModuleRef , TsFnOrConstructorType , TsFnParam , TsFnType ,
63
- TsGetterSignature , TsImportEqualsDecl , TsImportType , TsIndexSignature , TsIndexedAccessType ,
64
- TsInferType , TsInstantiation , TsInterfaceBody , TsInterfaceDecl , TsIntersectionType ,
65
- TsKeywordType , TsKeywordTypeKind , TsLit , TsLitType , TsMappedType , TsMethodSignature ,
66
- TsModuleBlock , TsModuleDecl , TsModuleName , TsModuleRef , TsNamespaceBody , TsNamespaceDecl ,
67
- TsNamespaceExportDecl , TsNonNullExpr , TsOptionalType , TsParamProp , TsParamPropParam ,
68
- TsParenthesizedType , TsPropertySignature , TsQualifiedName , TsRestType , TsSatisfiesExpr ,
69
- TsSetterSignature , TsThisType , TsThisTypeOrIdent , TsTplLitType , TsTupleElement ,
70
- TsTupleType , TsType , TsTypeAliasDecl , TsTypeAnn , TsTypeAssertion , TsTypeElement , TsTypeLit ,
71
- TsTypeOperator , TsTypeOperatorOp , TsTypeParam , TsTypeParamDecl , TsTypeParamInstantiation ,
72
- TsTypePredicate , TsTypeQuery , TsTypeQueryExpr , TsTypeRef , TsUnionOrIntersectionType ,
73
- TsUnionType ,
63
+ TsGetterSignature , TsImportCallOptions , TsImportEqualsDecl , TsImportType , TsIndexSignature ,
64
+ TsIndexedAccessType , TsInferType , TsInstantiation , TsInterfaceBody , TsInterfaceDecl ,
65
+ TsIntersectionType , TsKeywordType , TsKeywordTypeKind , TsLit , TsLitType , TsMappedType ,
66
+ TsMethodSignature , TsModuleBlock , TsModuleDecl , TsModuleName , TsModuleRef , TsNamespaceBody ,
67
+ TsNamespaceDecl , TsNamespaceExportDecl , TsNonNullExpr , TsOptionalType , TsParamProp ,
68
+ TsParamPropParam , TsParenthesizedType , TsPropertySignature , TsQualifiedName , TsRestType ,
69
+ TsSatisfiesExpr , TsSetterSignature , TsThisType , TsThisTypeOrIdent , TsTplLitType ,
70
+ TsTupleElement , TsTupleType , TsType , TsTypeAliasDecl , TsTypeAnn , TsTypeAssertion ,
71
+ TsTypeElement , TsTypeLit , TsTypeOperator , TsTypeOperatorOp , TsTypeParam , TsTypeParamDecl ,
72
+ TsTypeParamInstantiation , TsTypePredicate , TsTypeQuery , TsTypeQueryExpr , TsTypeRef ,
73
+ TsUnionOrIntersectionType , TsUnionType ,
74
74
} ,
75
75
} ;
76
76
0 commit comments