UNPKG

@atomist/automation-client

Version:
7 lines 281 B
import { HandlerContext } from "../../HandlerContext"; import { RepoRef } from "./RepoId"; /** * A function that knows how to find RepoIds from a context */ export declare type RepoFinder = (context: HandlerContext) => Promise<RepoRef[]>; //# sourceMappingURL=repoFinder.d.ts.map