class CodeActionimport { CodeAction } from "https://dotland.deno.dev/x/ts_morph@20.0.0/mod.ts"; Represents a code action. ConstructorsnewprotectedCodeAction()Type ParametersoptionalTCompilerObject extends ts.CodeAction = ts.CodeActionPropertiesreadonlycompilerObject: TCompilerObjectGets the compiler object. MethodsgetChanges(): FileTextChanges[]Text changes to apply to each file as part of the code action. getDescription(): stringDescription of the code action.