1 | import { FallbackParams } from "@atomist/automation-client/lib/operations/common/params/FallbackParams";
|
2 | import { GitHubTargetsParams } from "@atomist/automation-client/lib/operations/common/params/GitHubTargetsParams";
|
3 | import { ValidationResult } from "@atomist/automation-client/lib/SmartParameters";
|
4 | import { RepoTargets } from "../../machine/RepoTargets";
|
5 |
|
6 |
|
7 |
|
8 | export declare class GitHubRepoTargets extends GitHubTargetsParams implements FallbackParams, RepoTargets {
|
9 | owner: string;
|
10 | repo: string;
|
11 | sha: string;
|
12 | branch: string;
|
13 | repos: string;
|
14 | bindAndValidate(): ValidationResult;
|
15 | }
|
16 |
|
\ | No newline at end of file |