TsImportEqualsDeclarationinterface TsImportEqualsDeclaration extends Node, HasSpan {declare: boolean;id: Identifier;isExport: boolean;isTypeOnly: boolean;moduleRef: TsModuleReference;type: "TsImportEqualsDeclaration";}§Extends§Node[src]§HasSpan[src]§Properties§declare: boolean[src]§id: Identifier[src]§isExport: boolean[src]§isTypeOnly: boolean[src]§moduleRef: TsModuleReference[src]§type: "TsImportEqualsDeclaration"[src]