import { CodeFixAction } from "https://dotland.deno.dev/x/ts_morph@20.0.0/mod.ts";
Represents a code fix action.
Methods
getFixAllDescription(): string | undefined
Gets the description of the code fix when fixing everything.
getFixId(): { } | undefined
If present, one may call 'getCombinedCodeFix' with this fixId. This may be omitted to indicate that the code fix can't be applied in a group.