UNPKG

@atomist/automation-client

Version:
10 lines 282 B
import { GitHubTargetsParams } from "./GitHubTargetsParams"; /** * Get target from channel mapping */ export declare class MappedRepoParameters extends GitHubTargetsParams { owner: string; repo: string; sha: string; } //# sourceMappingURL=MappedRepoParameters.d.ts.map