UNPKG

@atomist/automation-client

Version:

Atomist API for software low-level client

7 lines (5 loc) 208 B
import { TargetsParams } from "./TargetsParams"; /** * Resolve from a Mapped parameter or from a supplied repos regex if no repo mapping */ export type FallbackParams = TargetsParams & { repos: string };