@atomist/automation-client
Version:
Atomist API for software low-level client
11 lines • 493 B
TypeScript
import { SmartParameters } from "../../../SmartParameters";
import { BaseEditorOrReviewerParameters } from "./BaseEditorOrReviewerParameters";
/**
* Editor parameters that apply to a single GitHub repo mapped to a Slack channel,
* or otherwise use the targets.repos regex.
*/
export declare class EditOneOrAllParameters extends BaseEditorOrReviewerParameters implements SmartParameters {
constructor();
bindAndValidate(): void;
}
//# sourceMappingURL=EditOneOrAllParameters.d.ts.map