UNPKG

@atomist/automation-client

Version:

Atomist API for software low-level client

8 lines 264 B
import { TargetsParams } from "./TargetsParams"; /** * Resolve from a Mapped parameter or from a supplied repos regex if no repo mapping */ export declare type FallbackParams = TargetsParams & { repos: string; }; //# sourceMappingURL=FallbackParams.d.ts.map