@forge/cli
13.4.1-next.9-experimental-e16d59f13.5.0-next.12
out/command-line/register-lint-command.d.ts~
out/command-line/register-lint-command.d.tsModified+1
Index: package/out/command-line/register-lint-command.d.ts
===================================================================
--- package/out/command-line/register-lint-command.d.ts
+++ package/out/command-line/register-lint-command.d.ts
@@ -1,7 +1,8 @@
import { Dependencies } from './dependency-injection';
export interface LintActionParams {
environment: string;
fix: boolean;
+ approve?: string[];
}
export declare const registerCommands: ({ cmd, controllers: { lintController } }: Dependencies) => void;
//# sourceMappingURL=register-lint-command.d.ts.map
\ No newline at end of file