UNPKG

438 BTypeScriptView Raw
1import { RepoFinder } from "@atomist/automation-client/lib/operations/common/repoFinder";
2import { RepoRefResolver } from "../../../spi/repo-ref/RepoRefResolver";
3/**
4 * Use a GraphQL query to find all repos for the current team
5 * @param rrr RepoRefResolver used to find RepoRef from GraphQL result
6 * @constructor
7 */
8export declare function allReposInTeam(rrr: RepoRefResolver): RepoFinder;
9//# sourceMappingURL=allReposInTeam.d.ts.map
\No newline at end of file