UNPKG

@atomist/automation-client

Version:
11 lines 316 B
import { GitHubTargetsParams } from "./GitHubTargetsParams"; /** * Basic editor params. Always ask for a repo. * Allow regex. */ export declare class AlwaysAskRepoParameters extends GitHubTargetsParams { owner: string; repo: string; sha: string; } //# sourceMappingURL=AlwaysAskRepoParameters.d.ts.map