class DefinitionInfo extends DocumentSpan<TCompilerObject>import { DefinitionInfo } from "https://dotland.deno.dev/x/ts_morph@18.0.0/mod.ts"; Definition info. ConstructorsnewprotectedDefinitionInfo()Type ParametersoptionalTCompilerObject extends ts.DefinitionInfo = ts.DefinitionInfoMethodsgetContainerKind(): ts.ScriptElementKindGets the container kind. getContainerName(): stringGets the container name. getDeclarationNode(): Node | undefinedGets the declaration node. getKind(): ts.ScriptElementKindGets the kind. getName(): stringGets the name.