UNPKG

573 BTypeScriptView Raw
1import { SpawnLogInvocation } from "../../../api-helper/misc/child_process";
2import { PushTest } from "../../../api/mapping/PushTest";
3import { AutofixRegistration, AutofixRegistrationOptions } from "../../../api/registration/AutofixRegistration";
4/**
5 * Create an autofix registration from one or more external commands.
6 */
7export declare function spawnAutofix(name: string, pushTest: PushTest, options: AutofixRegistrationOptions, command1: SpawnLogInvocation, ...additionalCommands: SpawnLogInvocation[]): AutofixRegistration;
8//# sourceMappingURL=spawnAutofix.d.ts.map
\No newline at end of file